Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wcms_tests
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WCMS
wcms_tests
Commits
1d61c030
Commit
1d61c030
authored
3 weeks ago
by
Eric Bremner
Browse files
Options
Downloads
Patches
Plain Diff
ISTWCMS-7189: Fix script for fast fail
parent
235a0561
No related branches found
No related tags found
1 merge request
!83
ISTWCMS-7160 Fix service content type in testAutomaticListBlocksSettings in...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
run_tests.sh
+8
-8
8 additions, 8 deletions
run_tests.sh
with
8 additions
and
8 deletions
run_tests.sh
+
8
−
8
View file @
1d61c030
...
...
@@ -113,16 +113,16 @@ for value in "${files[@]}"; do
else
php vendor/bin/codecept run acceptance
"
$value
"
--fail-fast
fi
if
[[
$
installsite
==
1
]]
;
then
if
[[
$
?
-ne
0
]]
;
then
if
[[
$
?
-ne
0
]]
;
then
if
[[
$
installsite
==
1
]]
;
then
rm
"
$sqlfile
"
echo
""
echo
"*********************************************************"
echo
"Test
$value
failed, done test."
echo
"*********************************************************"
echo
""
break
fi
echo
""
echo
"*********************************************************"
echo
"Test
$value
failed, done test."
echo
"*********************************************************"
echo
""
break
fi
echo
""
echo
"*********************************************************"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment