Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
regression-suites
Commits
71012659
Commit
71012659
authored
Oct 21, 2017
by
Thanassis Tsiodras
Browse files
Disable Maxime's progress bar script during regression runs.
parent
7c90f363
Changes
1
Hide whitespace changes
Inline
Side-by-side
regression.py
View file @
71012659
...
...
@@ -62,6 +62,9 @@ def main():
"""Run the TASTE regression-checking project suite"""
cwd
=
os
.
path
.
dirname
(
os
.
path
.
realpath
(
__file__
))
# Stop Maxime's GUI progress bar from appearing
os
.
putenv
(
"DISABLE_PROGRESS_BAR"
,
"1"
)
# Navigate to the folder hosting all test projects (i.e. "Demo_*/")
os
.
chdir
(
cwd
)
...
...
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