Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
scripts
mahara-scripts
Commits
a8099b4f
Commit
a8099b4f
authored
Sep 15, 2016
by
Aaron Wells
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing extra slash from console URL
parent
1be9e436
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
jenkins/mahara_jenkins.php
jenkins/mahara_jenkins.php
+2
-2
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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