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:
c9d8d69
)
test_server.sh: Output server output, to detect crashes early.
author
Christian Heller
<c.heller@plomlompom.de>
Tue, 10 Mar 2015 03:46:03 +0000
(
04:46
+0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Tue, 10 Mar 2015 03:46:03 +0000
(
04:46
+0100)
test_server.sh
patch
|
blob
|
history
diff --git
a/test_server.sh
b/test_server.sh
index 01e354a8dbb56db5a7e8a34a4ca47251fd8d218d..d16231798161bee39538d7b24480682eb9006395 100755
(executable)
--- a/
test_server.sh
+++ b/
test_server.sh
@@
-2,7
+2,7
@@
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
> ./testing/log 2>&1 &
+python3 -m cProfile -o ./testing/cProfile roguelike-server -l _test
echo "Waiting until ./server/in is ready for writing."
while [ ! -e ./server/in ]