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