/DetectorDescription/Parser/test/run_testDoc.sh
https://github.com/aivanov-cern/cmssw · Shell · 13 lines · 11 code · 0 blank · 2 comment · 0 complexity · d93019cb4fd1d27bb277dde45b9065e2 MD5 · raw file
- #!/bin/bash
- test=testtestDoc
- function die { echo Failure $1: status $2 ; exit $2 ; }
- pushd ${LOCAL_TMP_DIR}
- export mecpath=${PATH}
- export PATH=${LOCAL_TOP_DIR}/test/${SCRAM_ARCH}/:${PATH}
- cd ${LOCAL_TEST_DIR}
- # cp ${LOCAL_TOP_DIR}/test/${SCRAM_ARCH}/testDoc .
- echo ${test}testDoc ------------------------------------------------------------
- testDoc testConfiguration.xml|| die "testDoc" $?
- export PATH=${mecpath}
- popd
- exit 0