We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552bd1d commit 7f1c760Copy full SHA for 7f1c760
scripts/jenkins/TestPullRequest_ui.sh
@@ -9,6 +9,6 @@ cd $HOOT_HOME
9
hoot --version --debug
10
11
# activate EGD plugin so it's available for cucumber tests
12
-[ -f ~/ActivateEGDplugin.sh ] && sudo -u ~/ActivateEGDplugin.sh /var/lib/tomcat8
+[ -f ~/ActivateEGDplugin.sh ] && ~/ActivateEGDplugin.sh /var/lib/tomcat8
13
14
time -p make -s ui-test
0 commit comments