test_art_sam_wrap.sh
Go to the documentation of this file.
1 #!/bin/sh
2 
3 ds=`date +%s`
4 export SAM_PROJECT_NAME="test_art_sam_wrap_$USER_$ds"
5 export EXPERIMENT="nova"
6 
7 ups setup -r `dirname $0` ifdh_art -q e4:debug
8 
9 ifdh startProject $SAM_PROJECT_NAME $EXPERIMENT mwm_test_8 mengel $EXPERIMENT
10 
11 printenv
12 
13 echo "testing pre/post"
14 
15 ./art_sam_wrap.sh \
16  --exe echo \
17  --conf /dev/null \
18  --prescript "echo:hi:there" \
19  --postscript "echo:bye:bye"
20