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
|
||||
}
|
||||
|
||||
integraton_tests() {
|
||||
integration_tests() {
|
||||
cd tests
|
||||
./write-reports.sh
|
||||
./run-turn.sh
|
||||
|
@ -24,4 +24,4 @@ cd $ROOT
|
|||
inifile
|
||||
s/runtests
|
||||
|
||||
integraton_tests
|
||||
integration_tests
|
||||
|
|
Loading…
Reference in New Issue