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
vidjil
vidjil
Commits
2e7db80d
Commit
2e7db80d
authored
Feb 08, 2018
by
Mathieu Giraud
Browse files
should-status.py: when it is failed, further dump failed-tests.sh
Useful on CI as well as on CI mails.
parent
f3c6f5b9
Pipeline
#16542
passed with stages
in 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
algo/tests/should-status.py
View file @
2e7db80d
...
...
@@ -2,6 +2,7 @@
from
__future__
import
print_function
import
sys
import
os
import
glob
from
collections
import
defaultdict
...
...
@@ -33,6 +34,7 @@ print("=== %s " % TAPS,
if
stats
[
False
]:
print
(
" --> %s"
%
FAILED_TESTS_SH
)
os
.
system
(
'cat %s'
%
FAILED_TESTS_SH
)
sys
.
exit
(
1
)
print
()
...
...
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