]> git.pond.sub.org Git - empserver/commit
Move test scripts from nightlybuild.sh to separate files
authorRon Koenderink <rkoenderink@yahoo.ca>
Sat, 27 Sep 2008 01:47:16 +0000 (19:47 -0600)
committerMarkus Armbruster <armbru@pond.sub.org>
Fri, 17 Oct 2008 00:50:11 +0000 (20:50 -0400)
commit17f44e81047bb8ff381d8242a86a8773de444689
treedc3591a973daaf7849a51df724d2b8ad2e0c0f42
parent945b473250e1d21f635eae342209e1d4957bad9f
Move test scripts from nightlybuild.sh to separate files

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.
32 files changed:
src/scripts/nightly/common.sh
src/scripts/nightly/nightlybuild.sh
src/scripts/nightly/tests/00/01 [new file with mode: 0755]
src/scripts/nightly/tests/00/02 [new file with mode: 0755]
src/scripts/nightly/tests/00/03 [new file with mode: 0755]
src/scripts/nightly/tests/00/04 [new file with mode: 0755]
src/scripts/nightly/tests/00/05 [new file with mode: 0755]
src/scripts/nightly/tests/00/06 [new file with mode: 0755]
src/scripts/nightly/tests/00/07 [new file with mode: 0755]
src/scripts/nightly/tests/00/08 [new file with mode: 0755]
src/scripts/nightly/tests/00/09 [new file with mode: 0755]
src/scripts/nightly/tests/00/10 [new file with mode: 0755]
src/scripts/nightly/tests/01/01 [new file with mode: 0755]
src/scripts/nightly/tests/02/01 [new file with mode: 0755]
src/scripts/nightly/tests/03/01 [new file with mode: 0755]
src/scripts/nightly/tests/03/08 [new file with mode: 0755]
src/scripts/nightly/tests/04/01 [new file with mode: 0755]
src/scripts/nightly/tests/04/08 [new file with mode: 0755]
src/scripts/nightly/tests/05/01 [new file with mode: 0755]
src/scripts/nightly/tests/06/01 [new file with mode: 0755]
src/scripts/nightly/tests/06/08 [new file with mode: 0755]
src/scripts/nightly/tests/07/01 [new file with mode: 0755]
src/scripts/nightly/tests/07/08 [new file with mode: 0755]
src/scripts/nightly/tests/08/01 [new file with mode: 0755]
src/scripts/nightly/tests/08/08 [new file with mode: 0755]
src/scripts/nightly/tests/09/01 [new file with mode: 0755]
src/scripts/nightly/tests/09/08 [new file with mode: 0755]
src/scripts/nightly/tests/10/01 [new file with mode: 0755]
src/scripts/nightly/tests/10/08 [new file with mode: 0755]
src/scripts/nightly/tests/11/01 [new file with mode: 0755]
src/scripts/nightly/tests/11/08 [new file with mode: 0755]
src/scripts/nightly/tests/update [new file with mode: 0755]