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
260cdc03
Commit
260cdc03
authored
Sep 15, 2016
by
Aaron Wells
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change the message order around a little to make the console URL more visible
parent
a8099b4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
jenkins/mahara_jenkins.php
jenkins/mahara_jenkins.php
+4
-4
No files found.
jenkins/mahara_jenkins.php
View file @
260cdc03
...
...
@@ -347,8 +347,8 @@ echo "\n";
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
\n
\n
"
.
"Please see the console output on test.mahara.org for details, and fix any failing tests."
);
...
...
@@ -359,8 +359,8 @@ echo "\n";
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
\n
\n
"
.
"Please see the console output on test.mahara.org for details, and fix any failing tests."
);
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