File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
validation/advanced-tests Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 11#! /bin/sh -f
22
33# coatjava must already be built at ../../coatjava/
4- OS=$( uname)
54
65# set up environment
76CLARA_HOME=$PWD /clara_installation/ ; export CLARA_HOME
@@ -13,17 +12,7 @@ classPath="$COAT/lib/services/*:$COAT/lib/clas/*:$COAT/lib/utils/*:../lib/*:src/
1312if [ $? != 0 ] ; then echo " clara installation error" ; exit 1 ; fi
1413
1514# download test files
16- case $OS in
17- ' Linux' )
18- wget --no-check-certificate http://clasweb.jlab.org/clas12offline/distribution/coatjava/validation_files/twoTrackEvents_809_raw.evio.tar.gz
19- ;;
20- ' Darwin' )
21- curl -OL " http://clasweb.jlab.org/clas12offline/distribution/coatjava/validation_files/twoTrackEvents_809_raw.evio.tar.gz" -o twoTrackEvents_809_raw.evio.tar.gz
22- ;;
23- * ) ;;
24- esac
25-
26-
15+ wget --no-check-certificate http://clasweb.jlab.org/clas12offline/distribution/coatjava/validation_files/twoTrackEvents_809_raw.evio.tar.gz
2716
2817if [ $? != 0 ] ; then echo " wget validation files failure" ; exit 1 ; fi
2918tar -zxvf twoTrackEvents_809_raw.evio.tar.gz
You can’t perform that action at this time.
0 commit comments