home
·
contact
·
privacy
projects
/
plomrogue
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc5a20b
)
Improve testing script.
author
Christian Heller
<c.heller@plomlompom.de>
Sun, 15 Mar 2015 15:22:15 +0000
(16:22 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Sun, 15 Mar 2015 15:22:15 +0000
(16:22 +0100)
test_server.sh
patch
|
blob
|
history
diff --git
a/test_server.sh
b/test_server.sh
index 83dc5deb8a4bccfccf601bbe63db948bb6a5e6c8..94b360dc4edda86e91b53252940f0d9c3e759b61 100755
(executable)
--- a/
test_server.sh
+++ b/
test_server.sh
@@
-1,5
+1,9
@@
#!/bin/sh
+./redo
+cp ./roguelike-server ./testing/tested_server
+cp ./src/server/libplomrogue.c ./testing/tested_server_lib.c
+
cp ./testing/start _test
echo "Starting server on save file '_test' copied from ./testing/start."
python3 -m cProfile -o ./testing/cProfile roguelike-server -l _test &