Skip to content

Commit

Permalink
make run script exit with zero code
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Dec 6, 2024
1 parent ac86cef commit 6402e30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crab/multiarch/run.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -ex
#!/bin/bash
for f in minbias.root FrameworkJobReport.xml ; do
curl -L -o $f http://cern.ch/muzaffar/$f
[ -e $f ] || exit 1
Expand All @@ -24,3 +24,4 @@ echo $LD_LIBRARY_PATH | tr : '\n'
ld.so --help | grep supported | grep x86-64-v
which cmsRun
strace -f cmsRun --help >>run.log 2>&1 || true
echo DONE

0 comments on commit 6402e30

Please sign in to comment.