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
itminedu
synnefo
Commits
1e72a824
Commit
1e72a824
authored
Jun 17, 2013
by
Christos Stavrakakis
Browse files
ci: Remove failfast option from tests
parent
ec9d59e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
ci/tests.sh
View file @
1e72a824
...
...
@@ -5,7 +5,7 @@ set -e
export
SYNNEFO_SETTINGS_DIR
=
'/tmp/snf-test-settings'
APPS
=
"api db logic plankton quotas vmapi im quotaholder_app helpdesk"
TEST
=
"
$(
which snf-manage
)
test
$APPS
--failfast
--traceback --settings=synnefo.settings.test"
TEST
=
"
$(
which snf-manage
)
test
$APPS
--traceback --settings=synnefo.settings.test"
if
coverage
>
/dev/null 2>&1
;
then
coverage run
$TEST
...
...
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