Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
ecfd00f3
Commit
ecfd00f3
authored
Oct 21, 2017
by
Thanassis Tsiodras
Browse files
Add env var to stop progress bar from showing (e.g. during regression-checking runs)
parent
65bdcf07
Changes
1
Hide whitespace changes
Inline
Side-by-side
misc/helper-scripts/taste-progress-dialog.py
View file @
ecfd00f3
...
...
@@ -169,6 +169,8 @@ def run_gui():
thread
.
wait
()
def
main
():
if
os
.
getenv
(
"DISABLE_PROGRESS_BAR"
)
is
not
None
:
sys
.
exit
(
0
)
signal
.
signal
(
signal
.
SIGINT
,
signal
.
SIG_DFL
)
run_gui
()
...
...
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