forked from github/server
Merge remote-tracking branch 'upstream/develop' into develop
This commit is contained in:
commit
e69a7f0063
|
@ -81,7 +81,7 @@ VALGRIND=$(which valgrind)
|
|||
if [ ! -z $VALGRIND ]; then
|
||||
SERVER="$VALGRIND --suppressions=$SUPP --error-exitcode=1 --leak-check=no $SERVER"
|
||||
fi
|
||||
$SERVER -v$verbose -t$turn -re$game $SOURCE/scripts/run-turn.lua
|
||||
$SERVER -v$verbose -t$turn $SOURCE/scripts/run-turn.lua
|
||||
let turn=$turn+1
|
||||
[ -e data/$turn.dat ] || abort "no data file created"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue