
The test scripts are now in nightly/tests/TURN/PLAYER. For each turn, the update script is executed first (except for turn 00), and then all the player scripts in the appropriate turn directory. This runs runfeed() in different directories; change it to accomodate for that. The update script runs "report *" on all updates. Before, it ran only on some of them.
10 lines
109 B
Bash
Executable file
10 lines
109 B
Bash
Executable file
#!/bin/sh
|
|
. "${SCRIPTDIR}"/common.sh
|
|
runfeed 1 << EOF
|
|
real 0 -8:16,-4:4
|
|
cen *
|
|
ship *
|
|
map #
|
|
read y
|
|
prod *
|
|
EOF
|