Skip to content

Commit

Permalink
Merge pull request #37293 from smuzaffar/rh8-fix-core
Browse files Browse the repository at this point in the history
[Core][RH8] Fix unit test to use python3
  • Loading branch information
cmsbuild authored Mar 22, 2022
2 parents 3fc4eb8 + 117ed3c commit 2314fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IOPool/Common/test/run_TestEdmConfigDump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pushd ${LOCAL_TMP_DIR}

cmsRun ${LOCAL_TEST_DIR}/testEdmConfigDump_cfg.py > testEdmConfigDump.log || die "cmsRun testEdmConfigDump_cfg.py" $?
edmProvDump testEdmProvDump.root > provdump.log
python ${LOCAL_TEST_DIR}/removeChangingParts.py provdump.log > provdump1.log
python3 ${LOCAL_TEST_DIR}/removeChangingParts.py provdump.log > provdump1.log
diff ${LOCAL_TEST_DIR}/unit_test_outputs/provdump.log provdump1.log || die "comparing provdump.log" $?

popd
Expand Down

0 comments on commit 2314fcc

Please sign in to comment.