Skip to content

Commit

Permalink
fix the poisoned path
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Sep 24, 2018
1 parent 351481d commit 74baff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CondTools/Geometry/test/test-data-file-deletion.sh
Expand Up @@ -6,7 +6,7 @@ mkdir -p test-data-file-deletion/src/Geometry/CMSCommonData/data/dir-for-data-fi
ln -s dir-for-data-file test-data-file-deletion/src/Geometry/CMSCommonData/data/materials.xml
ERR=0
pushd test-data-file-deletion
CMSSW_SEARCH_PATH=$(pwd)/src1:${CMSSW_SEARCH_PATH} cmsRun $CMSSW_BASE/src/CondTools/Geometry/test/writehelpers/geometryxmlwriter.py || ERR=$?
CMSSW_SEARCH_PATH=$(pwd)/src:${CMSSW_SEARCH_PATH} cmsRun $CMSSW_BASE/src/CondTools/Geometry/test/writehelpers/geometryxmlwriter.py || ERR=$?
popd
let FILE_IN_PATH_ERROR=$(grep ' FileInPathError *= *' $CMSSW_RELEASE_BASE/src/FWCore/Utilities/interface/EDMException.h | sed 's|.*= *||;s|,.*$||')%256
rm -rf test-data-file-deletion
Expand Down

0 comments on commit 74baff3

Please sign in to comment.