Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
etf
cmssam
Commits
90979943
Commit
90979943
authored
May 18, 2021
by
Marian Babik
Browse files
Stage out script now uses direct output to stdout/stderr
parent
3e9e1fa1
Changes
1
Hide whitespace changes
Inline
Side-by-side
SiteTests/MonteCarlo/tests/CE-cms-mc
View file @
90979943
...
...
@@ -78,9 +78,8 @@ if [ $? -ne 0 ]; then
exit
$SAME_ERROR
else
chmod
u+x RuntimeSAMStageOut.py
./RuntimeSAMStageOut.py
>
RuntimeSAMStageOut.out 2>&1
./RuntimeSAMStageOut.py
EXIT_STATUS
=
$?
cat
RuntimeSAMStageOut.out
fi
if
[
$EXIT_STATUS
-ne
0
-a
$EXIT_STATUS
-ne
4
]
;
then
...
...
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