remove sudo from test runner
This commit is contained in:
parent
a138eaf25b
commit
375c195590
1 changed files with 2 additions and 2 deletions
|
@ -73,10 +73,10 @@ sudo ./build_configuration.sh $EXECUTOR_NUMBER kvm $ADAPTER "$RC"</com
|
|||
<hudson.tasks.Shell>
|
||||
<command>set -o errexit
|
||||
cd tools/jenkins
|
||||
sudo ./run_test.sh $EXECUTOR_NUMBER $ADAPTER $RC "$RC"</command>
|
||||
./run_test.sh $EXECUTOR_NUMBER $ADAPTER $RC "$RC"</command>
|
||||
</hudson.tasks.Shell>
|
||||
</builders>
|
||||
<publishers/>
|
||||
<buildWrappers/>
|
||||
<runSequentially>false</runSequentially>
|
||||
</matrix-project>
|
||||
</matrix-project>
|
||||
|
|
Loading…
Reference in a new issue