Skip to content

Commit

Permalink
Merge pull request #32166 from dan131riley/TFWLiteSelector-test-tmpdir
Browse files Browse the repository at this point in the history
Fix use of LOCAL_TMP_DIR in unit tests
  • Loading branch information
cmsbuild authored Nov 18, 2020
2 parents 65a4d31 + f0b02ac commit 008b386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FWCore/TFWLiteSelector/test/run_all_t.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function die { echo $1: status $2 ; exit $2; }

pushd ${LOCAL_TMP_DIR}

export tmpdir=${LOCAL_TMP_DIR:-/tmp}
export TMPDIR=${LOCAL_TMP_DIR:-/tmp}
cmsRun ${LOCAL_TEST_DIR}/gen_things_cfg.py || die 'Failed generating test root file' $?

rm -f a.jpg refA.jpg
Expand Down

0 comments on commit 008b386

Please sign in to comment.