Skip to content

Commit 7f1c760

Browse files
authored
Remove sudo with tomcat 8 user that may or may not exist
1 parent 552bd1d commit 7f1c760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jenkins/TestPullRequest_ui.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ cd $HOOT_HOME
99
hoot --version --debug
1010

1111
# activate EGD plugin so it's available for cucumber tests
12-
[ -f ~/ActivateEGDplugin.sh ] && sudo -u ~/ActivateEGDplugin.sh /var/lib/tomcat8
12+
[ -f ~/ActivateEGDplugin.sh ] && ~/ActivateEGDplugin.sh /var/lib/tomcat8
1313

1414
time -p make -s ui-test

0 commit comments

Comments
 (0)