forked from github/server
fix small typo
This commit is contained in:
parent
720b42b3c4
commit
f6beda43f4
|
@ -10,7 +10,7 @@ $BUILD/iniparser/inifile eressea.ini add lua:paths lunit:scripts
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
integraton_tests() {
|
integration_tests() {
|
||||||
cd tests
|
cd tests
|
||||||
./write-reports.sh
|
./write-reports.sh
|
||||||
./run-turn.sh
|
./run-turn.sh
|
||||||
|
@ -24,4 +24,4 @@ cd $ROOT
|
||||||
inifile
|
inifile
|
||||||
s/runtests
|
s/runtests
|
||||||
|
|
||||||
integraton_tests
|
integration_tests
|
||||||
|
|
Loading…
Reference in New Issue