tests: Drop smoke.out, actofgod.out
Uninteresting since commit 9ca3fa9
, v4.3.32.
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
78d28c90ad
commit
5de1e5ec5f
4 changed files with 4 additions and 144 deletions
|
@ -29,10 +29,8 @@ WORLD_X 24
|
|||
WORLD_Y 16
|
||||
EOF
|
||||
|
||||
exec 3>sandbox/actofgod.out
|
||||
|
||||
# Create world, hide creation output
|
||||
src/util/files -e sandbox/etc/empire/econfig -f >&3
|
||||
src/util/files -e sandbox/etc/empire/econfig -f >/dev/null
|
||||
cp -r sandbox/var/empire/tel sandbox/var/empire/empty.tel
|
||||
start_server
|
||||
src/client/empire POGO peter <"$srcdir"/tests/actofgod/init_script >/dev/null
|
||||
|
@ -51,9 +49,7 @@ perl "$srcdir"/tests/actofgod/geninput.pl | src/client/empire POGO peter >/dev/n
|
|||
# Stop server
|
||||
stop_server
|
||||
|
||||
exec 3>&-
|
||||
|
||||
src/util/empdump -e sandbox/etc/empire/econfig -x >sandbox/actofgod.xdump
|
||||
|
||||
# Test completed; compare results
|
||||
cmp_out actofgod.out var/empire/server.log var/empire/journal.log actofgod.xdump
|
||||
cmp_out var/empire/server.log var/empire/journal.log actofgod.xdump
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue