fix small typo

This commit is contained in:
Enno Rehling 2016-10-03 16:16:17 +02:00
parent 720b42b3c4
commit f6beda43f4
1 changed files with 2 additions and 2 deletions

View File

@ -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