Skip to content

Commit cc5388e

Browse files
committed
Make scripts executable. Fail on error.
1 parent 6d66b2f commit cc5388e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Tutorials/PWGHF/run_skim.sh

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ OPTIONS_GLOBAL=(
4040
--shm-segment-size 16000000000
4141
--resources-monitoring 2
4242
--aod-file "@input_skim.txt"
43+
--min-failure-level error
4344
)
4445

4546
# execute the mini skim creator workflow and its dependencies

Tutorials/PWGHF/run_task.sh

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ OPTIONS_GLOBAL=(
4141
--aod-parent-base-path-replacement "old-path-to-parent;new-path-to-parent"
4242
--aod-parent-access-level 1
4343
--aod-file "@input_task.txt"
44+
--min-failure-level error
4445
)
4546

4647
# execute the mini task workflow and its dependencies

0 commit comments

Comments
 (0)