Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
scripts
mahara-scripts
Commits
a8099b4f
Commit
a8099b4f
authored
Sep 15, 2016
by
Aaron Wells
Browse files
Removing extra slash from console URL
parent
1be9e436
Changes
1
Hide whitespace changes
Inline
Side-by-side
jenkins/mahara_jenkins.php
View file @
a8099b4f
...
...
@@ -348,7 +348,7 @@ passthru_or_die(
'external/vendor/bin/phpunit htdocs/'
,
"This patch caused one or more phpunit tests to fail.
\n\n
"
.
"Please see the console output on test.mahara.org for details, and fix any failing tests:
\n
"
.
$BUILD_URL
.
'
/
console'
.
$BUILD_URL
.
'console'
);
...
...
@@ -360,7 +360,7 @@ passthru_or_die(
'test/behat/mahara_behat.sh runheadless'
,
"This patch caused one or more Behat tests to fail.
\n\n
"
.
"Please see the console output on test.mahara.org for details, and fix any failing tests:
\n
"
.
$BUILD_URL
.
'
/
console'
.
$BUILD_URL
.
'console'
);
exit
(
0
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment