Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
orchestrator
Compare Revisions
d48e25e1ec8f77fdcc4de4e0aead8a143ce17743...1b8a6961e40105828f389fe76137a2ecc0176dfd
Commits (1)
Save the environment! Log it upon panics.
· 1b8a6961
Thanassis Tsiodras
authored
Jul 18, 2017
1b8a6961
Hide whitespace changes
Inline
Side-by-side
orchestrator/taste-orchestrator.py
View file @
1b8a6961
...
...
@@ -160,6 +160,7 @@ def panic(x):
x
+=
"
\n
"
sys
.
stderr
.
write
(
x
)
g_stageLog
.
error
(
g_currentStage
)
os
.
system
(
'env > "'
+
g_absOutputDir
+
os
.
sep
+
'env.txt"'
)
sys
.
exit
(
1
)
...
...