Browse code

remove sudo from test runner

Anthony Young authored on 2011/11/15 06:08:12
Showing 1 changed files
... ...
@@ -73,10 +73,10 @@ sudo ./build_configuration.sh $EXECUTOR_NUMBER kvm $ADAPTER &quot;$RC&quot;</com
73 73
     <hudson.tasks.Shell>
74 74
       <command>set -o errexit
75 75
 cd tools/jenkins
76
-sudo ./run_test.sh $EXECUTOR_NUMBER $ADAPTER $RC &quot;$RC&quot;</command>
76
+./run_test.sh $EXECUTOR_NUMBER $ADAPTER $RC &quot;$RC&quot;</command>
77 77
     </hudson.tasks.Shell>
78 78
   </builders>
79 79
   <publishers/>
80 80
   <buildWrappers/>
81 81
   <runSequentially>false</runSequentially>
82
-</matrix-project>
83 82
\ No newline at end of file
83
+</matrix-project>