Skip to content
Snippets Groups Projects
Commit b080823b authored by Alexander van Amesfoort's avatar Alexander van Amesfoort
Browse files

Task #5291: simplify test ref to tCorrelate_ test data on cobalt nodes. The...

Task #5291: simplify test ref to tCorrelate_ test data on cobalt nodes. The data is in /var/scratch/mol again
parent 5f6185fe
No related branches found
No related tags found
No related merge requests found
......@@ -50,11 +50,7 @@ echo "Working directory is `pwd`"
haveGPU || exit 3
# Check for input files
if [[ "`hostname -f`" =~ cb[mt][[:digit:]]{3}\.control\.lofar ]] && [ -d /globalhome/lofarbuild/var/scratch/mol/test_sets/3sec ]
then
CBT_LOFARBUILD=/globalhome/lofarbuild
fi
if [ ! -e $CBT_LOFARBUILD/var/scratch/mol/test_sets ]
if [ ! -e /var/scratch/mol/test_sets ]
then
echo "No input files found -- aborting test." >&2
exit 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment