Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
2d6112a8
Commit
2d6112a8
authored
Nov 14, 2016
by
Vincent Petry
Committed by
GitHub
Nov 14, 2016
Browse files
Merge pull request #26626 from owncloud/jenkins-failing-behat-master
behat will only only pass if all tests pass
parents
2d773660
2968ce3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/integration/run.sh
View file @
2d6112a8
...
...
@@ -37,7 +37,7 @@ ID_STORAGE=`echo $OUTPUT_CREATE_STORAGE | awk {'print $5'}`
$OCC
files_external:option
$ID_STORAGE
enable_sharing
true
vendor/bin/behat
-f
junit
-f
pretty
$SCENARIO_TO_RUN
vendor/bin/behat
--strict
-f
junit
-f
pretty
$SCENARIO_TO_RUN
RESULT
=
$?
kill
$PHPPID
...
...
@@ -52,5 +52,6 @@ if [ -z $HIDE_OC_LOGS ]; then
tail
"
${
OC_PATH
}
/data/owncloud.log"
fi
echo
"runsh: Exit code:
$RESULT
"
exit
$RESULT
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