Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
pegasus-isi
ACME-Workflow
Commits
8e46c66c
Commit
8e46c66c
authored
Jan 27, 2015
by
Juve, Gideon
Browse files
Update run script to mask failures
parent
0ea46a79
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/acme-run.sh
View file @
8e46c66c
...
...
@@ -74,11 +74,20 @@ fi
./xmlchange
-file
env_run.xml
-id
STOP_OPTION
-val
$STOP_OPTION
./xmlchange
-file
env_run.xml
-id
STOP_N
-val
$STOP_N
# Disable archiving and timing
./xmlchange
-file
env_run.xml
-id
DOUT_S
-val
FALSE
./xmlchange
-file
env_run.xml
-id
DOUT_L_MS
-val
FALSE
./xmlchange
-file
env_run.xml
-id
CHECK_TIMING
-val
FALSE
./xmlchange
-file
env_run.xml
-id
SAVE_TIMING
-val
FALSE
# We might need to change these
#./xmlchange -file env_run.xml -id RUNDIR -val $PWD/$RUN
#./xmlchange -file env_run.xml -id DOUT_S_ROOT -val \$CASEROOT/archive
# Get the case name and invoke the script
CASE
=
$(
./xmlquery CASE
-valonly
-silent
)
exec
$CASE
.run
./
$CASE
.run
||
true
# We always exit with 0 and use exitcode.successmessage to detect failures
exit
0
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