Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
regression-suites
Commits
4b58a492
Commit
4b58a492
authored
Apr 08, 2019
by
Thanassis Tsiodras
Browse files
Be more verbose when something fails.
parent
bed53bca
Changes
1
Hide whitespace changes
Inline
Side-by-side
commonRegression.py
View file @
4b58a492
...
...
@@ -28,7 +28,7 @@ def test(binaries, expected, timeout):
sys
.
stdout
.
write
(
"
\b\b\b\b\b\b\b
%3d/%3d"
%
(
cnt
+
1
,
total
))
sys
.
stdout
.
flush
()
print
"
\n
Verified "
,
binary
,
": OK"
except
:
print
(
"Test failed..."
)
except
Exception
,
e
:
print
(
"Test failed..."
,
str
(
e
)
)
return
1
return
0
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