aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@torproject.org>2013-06-05 15:48:57 +0200
committerLinus Nordberg <linus@torproject.org>2013-06-13 16:36:58 +0200
commita0be5e2f5979cd20928a34091a5bd7f40866a3bb (patch)
treee4aec901c63c382a2a8e24dc33ab764cd090c11b
parent933e49a8b29232d4dc2d430b25868ca0ffea6caf (diff)
downloadchutney-a0be5e2f5979cd20928a34091a5bd7f40866a3bb.tar
chutney-a0be5e2f5979cd20928a34091a5bd7f40866a3bb.tar.gz
Have the bootstrap script indicate network status in exit code.
Also, don't hang on a tail -F.
-rwxr-xr-xtools/bootstrap-network.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/bootstrap-network.sh b/tools/bootstrap-network.sh
index cd18e3d..9173776 100755
--- a/tools/bootstrap-network.sh
+++ b/tools/bootstrap-network.sh
@@ -37,4 +37,5 @@ for file in net/nodes/*a/torrc; do
done
$CHUTNEY start networks/$flavour
-tail -F net/nodes/*/notice.log
+$CHUTNEY status networks/$flavour
+#echo "tail -F net/nodes/*/notice.log"