aboutsummaryrefslogtreecommitdiffstats
path: root/init_test.sh
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-07-12 20:26:24 -0400
committerbnewbold <bnewbold@robocracy.org>2012-07-12 20:26:24 -0400
commit82da70ad92f82dc2bedf26cbbd057a758e94960e (patch)
treeb291576c552e233c6aa56d81aaff2859984cb01c /init_test.sh
parent47543de6fa707b8f82d9b7c9c8af0fda02971f0e (diff)
downloadexmachina-82da70ad92f82dc2bedf26cbbd057a758e94960e.tar.gz
exmachina-82da70ad92f82dc2bedf26cbbd057a758e94960e.zip
pidfile not pid_file; no auth ok
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 4a00734..ab4e717 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 | sudo -u www-data ./test_exmachina.py -k
+echo $key | sudo -u www-data -g www-data ./test_exmachina.py -k
kill `cat /tmp/exmachina_test.pid` && rm /tmp/exmachina_test.pid
sleep 1