Skip to content

Commit d28e783

Browse files
committed
Add wrapper for calib-workflow.sh in O2
1 parent 9d250b9 commit d28e783

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

DATA/production/calib-workflow.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
3+
if [ "0$O2_ROOT" == "0" ]; then
4+
echo O2 environment not loaded 1>&2
5+
exit 1
6+
fi
7+
8+
source $O2_ROOT/prodtests/full-system-test/calib-workflow.sh

0 commit comments

Comments
 (0)