forked from github/server
integration test update.
- have a faction that quits, - try to reload the datafile we just wrote.
This commit is contained in:
parent
c823a3b036
commit
4f7e1cb80f
Binary file not shown.
|
@ -2,3 +2,15 @@ ERESSEA 6rLo "4jLm82"
|
||||||
EINHEIT 7Lgf
|
EINHEIT 7Lgf
|
||||||
NACH NW NW
|
NACH NW NW
|
||||||
NAECHSTER
|
NAECHSTER
|
||||||
|
ERESSEA w86y "mrqa"
|
||||||
|
EINHEIT uc3u
|
||||||
|
STIRB "mrqa"
|
||||||
|
NAECHSTER
|
||||||
|
ERESSEA ngij "ngij"
|
||||||
|
EINHEIT iwbz
|
||||||
|
HELFE w86y ALLES
|
||||||
|
EINHEIT j536
|
||||||
|
GRUPPE "Hodor"
|
||||||
|
HELFE w86y ALLES
|
||||||
|
HELFE w86y SILBER NICHT
|
||||||
|
NAECHSTER
|
||||||
|
|
|
@ -37,7 +37,7 @@ SUPP=../share/ubuntu-12_04.supp
|
||||||
SERVER="$VALGRIND --suppressions=$SUPP --error-exitcode=1 --leak-check=no $SERVER"
|
SERVER="$VALGRIND --suppressions=$SUPP --error-exitcode=1 --leak-check=no $SERVER"
|
||||||
fi
|
fi
|
||||||
echo "running $SERVER"
|
echo "running $SERVER"
|
||||||
$SERVER -t 184 ../scripts/run-turn.lua
|
$SERVER -t 184 test-turn.lua
|
||||||
[ -d reports ] || quit 4 "no reports directory created"
|
[ -d reports ] || quit 4 "no reports directory created"
|
||||||
CRFILE=185-zvto.cr
|
CRFILE=185-zvto.cr
|
||||||
for file in $NEWFILES reports/$CRFILE ; do
|
for file in $NEWFILES reports/$CRFILE ; do
|
||||||
|
|
Loading…
Reference in New Issue