Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Steinlechner
pykat
Commits
e25f87bf
Commit
e25f87bf
authored
Apr 28, 2016
by
Daniel Brown
Browse files
update test scripts
parent
707f6f4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/run_tests.py
View file @
e25f87bf
...
...
@@ -49,5 +49,8 @@ if len(errors) > 0:
print
(
"The following files failed: "
)
for
e
in
errors
:
print
(
" - "
+
e
)
sys
.
exit
(
1
)
else
:
print
(
"
\n
PASSED
\n
"
)
\ No newline at end of file
print
(
"
\n
PASSED
\n
"
)
sys
.
exit
(
0
)
\ No newline at end of file
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