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
integration
prechecker
Commits
337eaa2b
Commit
337eaa2b
authored
Mar 14, 2017
by
Rajesh Taneja
Browse files
MDL-58250 behat: Status should be new exit code
Oring should not be done with old status, as it will always return failure.
parent
10344212
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin/tool/behat/cli/run.php
View file @
337eaa2b
...
...
@@ -325,6 +325,7 @@ if ($verbose || $status) {
}
// Update status after auto-rerun finished.
$status
=
0
;
foreach
(
$exitcodes
as
$name
=>
$exitcode
)
{
if
(
$exitcode
)
{
if
(
!
empty
(
$parallelrun
))
{
...
...
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