aboutsummaryrefslogtreecommitdiffstats
path: root/init_test.sh
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-07-12 16:28:06 -0400
committerbnewbold <bnewbold@robocracy.org>2012-07-12 16:28:06 -0400
commit47543de6fa707b8f82d9b7c9c8af0fda02971f0e (patch)
tree01fd95c92633c79bb0bc1b222d0a595266e926f3 /init_test.sh
parent420106d5a9823b81fe686789831dd2354bfaa678 (diff)
downloadexmachina-47543de6fa707b8f82d9b7c9c8af0fda02971f0e.tar.gz
exmachina-47543de6fa707b8f82d9b7c9c8af0fda02971f0e.zip
documentation, cleanup
Diffstat (limited to 'init_test.sh')
-rwxr-xr-xinit_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/init_test.sh b/init_test.sh
index d1e6f7d..4a00734 100755
--- a/init_test.sh
+++ b/init_test.sh
@@ -6,7 +6,7 @@ export key=`./exmachina.py --random-key`
echo $key | ./exmachina.py -vk --pid-file /tmp/exmachina_test.pid
sleep 1
-echo $key | ./test.py -k
+echo $key | sudo -u www-data ./test_exmachina.py -k
kill `cat /tmp/exmachina_test.pid` && rm /tmp/exmachina_test.pid
sleep 1