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
eb9ed6e1
Commit
eb9ed6e1
authored
Mar 19, 2015
by
Maxime Perrotin
Browse files
Fix typo
parent
3a8793c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/regression/test.py
View file @
eb9ed6e1
...
...
@@ -17,7 +17,7 @@ def main():
make
(
path
,
'clean'
)
results
.
append
(
result
)
sys
.
stdout
.
write
(
'
\033
[1m
\033
['
)
sys
.
stdout
.
write
(
'32m[OK]
\n
'
if
result
[
0
]
==
0
else
'31mFAILED
\n
'
)
sys
.
stdout
.
write
(
'32m[OK]
\n
'
if
result
[
0
]
==
0
else
'31m
[
FAILED
]
\n
'
)
sys
.
stdout
.
flush
()
sys
.
stdout
.
write
(
'
\n
'
)
...
...
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