Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
2263d1d0
Commit
2263d1d0
authored
Mar 28, 2015
by
Maxime Perrotin
Browse files
Test script restore shell color
parent
def9088e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/regression/test.py
View file @
2263d1d0
...
...
@@ -23,7 +23,7 @@ def main():
sys
.
stdout
.
write
(
'
\n
'
)
elapsed
=
time
.
time
()
-
start
sys
.
exit
(
summarize
(
results
,
elapsed
)
)
return
summarize
(
results
,
elapsed
)
def
make
(
path
,
rule
):
...
...
@@ -59,4 +59,7 @@ def summarize(results, elapsed):
if
__name__
==
'__main__'
:
main
()
ret
=
main
()
sys
.
stdout
.
write
(
'
\033
[0m
\n
'
)
sys
.
stdout
.
flush
()
sys
.
exit
(
ret
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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