Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
43336271
Commit
43336271
authored
May 12, 2021
by
Dennis Gläser
Browse files
[ci] do not stop building after failing build
parent
b7b8d4e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/testing/runselectedtests.py
View file @
43336271
...
...
@@ -16,7 +16,7 @@ if sys.version_info.major < 3:
sys
.
exit
(
'Python 3 required'
)
def
buildTests
(
config
,
flags
=
[
'j4'
]):
def
buildTests
(
config
,
flags
=
[
'
-
j4'
,
'--keep-going'
]):
if
not
config
:
print
(
'No tests to be built'
)
...
...
@@ -74,7 +74,7 @@ if __name__ == '__main__':
help
=
'use this flag to run the tests'
)
parser
.
add_argument
(
'-bf'
,
'--buildflags'
,
required
=
False
,
default
=
'-j4'
,
default
=
'-j4
--keep-going
'
,
help
=
'set the flags passed to make'
)
parser
.
add_argument
(
'-tf'
,
'--testflags'
,
required
=
False
,
...
...
Write
Preview
Supports
Markdown
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