Skip to content

Commit

Permalink
Merge pull request #34471 from smuzaffar/py3-fix-DataProcessing
Browse files Browse the repository at this point in the history
DataProcessing: use python3 in unit test
  • Loading branch information
cmsbuild authored Jul 14, 2021
2 parents 37bf1fa + 980ebf6 commit b6d0e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/DataProcessing/test/run_CfgTest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Pass in name and status
function die { echo $1: status $2 ; exit $2; }

function runTest { echo $1 ; python $1 || die "Failure for configuration: $1" $?; }
function runTest { echo $1 ; python3 $1 || die "Failure for configuration: $1" $?; }


runTest "${LOCAL_TEST_DIR}/RunRepack.py --select-events HLT:path1,HLT:path2 --lfn /store/whatever"
Expand Down

0 comments on commit b6d0e85

Please sign in to comment.