home · contact · privacy
Server: Split in many files, reorganize code slightly to fit change.
[plomrogue] / test_server.sh
index d2cefbce6cd3314b76709af4b8566b5dcd9c774c..edaca0d5d87b57813905e6f63359152cf4fccace 100755 (executable)
@@ -1,10 +1,12 @@
 #!/bin/sh
 
-./redo
+set -e
+
+./build.sh
 echo "Copying tested server script to ./tested_server.py."
 cp ./roguelike-server ./testing/tested_server.py
 echo "Copying tested C library source to ./tested_server_lib.c."
-cp ./libplomrogue.c ./testing/tested_server_lib.c
+cp .libplomrogue.c ./testing/tested_server_lib.c
 
 cp ./testing/start _test
 echo "Starting server on save file '_test' copied from ./testing/start."