Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Matthew P. Russell
unit_test
Commits
40fcfae7
Commit
40fcfae7
authored
Jan 06, 2021
by
Matthew P. Russell
Browse files
Update unit_test
parent
a70776c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/unit_test
View file @
40fcfae7
...
...
@@ -169,7 +169,7 @@ compilation_result = run(['make'])
if
compilation_result
.
returncode
==
0
:
inform
(
"compilation passed"
,
color
=
SUCCESS
)
else
:
inform
(
"compilation failed"
,
color
=
FAILURE
,
linebreak
=
True
)
inform
(
"compilation failed"
,
color
=
FAILURE
)
print_ostreams
(
compilation_result
)
cleanup
()
sys
.
exit
(
1
)
# quit if compilation fails
...
...
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