Remove fairland from smoke test
Import xdump instead. To decouple the smoke test from future fairland changes that result in different worlds.
This commit is contained in:
parent
ed8eead0ba
commit
b54380938c
3 changed files with 6139 additions and 2 deletions
|
@ -34,9 +34,9 @@ exec 3>sandbox/smoke.out
|
||||||
|
|
||||||
# Create world and start server
|
# Create world and start server
|
||||||
src/util/files -e sandbox/etc/empire/econfig -f >&3
|
src/util/files -e sandbox/etc/empire/econfig -f >&3
|
||||||
src/util/fairland -e sandbox/etc/empire/econfig -q -s sandbox/newcap_script -R 1 10 30
|
src/util/empdump -e sandbox/etc/empire/econfig -i "$srcdir"/tests/smoke/fairland.xdump
|
||||||
start_server
|
start_server
|
||||||
src/client/empire POGO peter <sandbox/newcap_script >/dev/null
|
src/client/empire POGO peter <"$srcdir"/tests/smoke/newcap_script >/dev/null
|
||||||
|
|
||||||
# Feed player input
|
# Feed player input
|
||||||
need_update=
|
need_update=
|
||||||
|
|
6116
tests/smoke/fairland.xdump
Normal file
6116
tests/smoke/fairland.xdump
Normal file
File diff suppressed because it is too large
Load diff
21
tests/smoke/newcap_script
Normal file
21
tests/smoke/newcap_script
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
add 1 1 1 p
|
||||||
|
newcap 1 5,19
|
||||||
|
add 2 2 2 p
|
||||||
|
newcap 2 16,10
|
||||||
|
add 3 3 3 p
|
||||||
|
newcap 3 60,10
|
||||||
|
add 4 4 4 p
|
||||||
|
newcap 4 49,1
|
||||||
|
add 5 5 5 p
|
||||||
|
newcap 5 34,8
|
||||||
|
add 6 6 6 p
|
||||||
|
newcap 6 2,30
|
||||||
|
add 7 7 7 p
|
||||||
|
newcap 7 24,0
|
||||||
|
add 8 8 8 p
|
||||||
|
newcap 8 23,21
|
||||||
|
add 9 9 9 p
|
||||||
|
newcap 9 38,26
|
||||||
|
add 10 10 10 p
|
||||||
|
newcap 10 52,22
|
||||||
|
add 11 visitor visitor v
|
Loading…
Add table
Add a link
Reference in a new issue