Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar authored Oct 19, 2022
1 parent 5fe53b1 commit e8e73e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr_testing/run-pr-comparisons
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ if $DQM_COMPARISON_TEST ; then
fi

NANO_TEST=false
if [ "${UC_TEST_FLAVOR}" = "nano" ] ; then
if [ "${UC_TEST_FLAVOR}" = "NANO" ] ; then
NANO_TEST_DIR=${CMSSW_BASE}/src/PhysicsTools/NanoAOD/test
[ -e ${NANO_TEST_DIR} ] || NANO_TEST_DIR=${CMSSW_RELEASE_BASE}/src/PhysicsTools/NanoAOD/test
[ -x ${NANO_TEST_DIR}/compare_sizes_json.py ] && NANO_TEST=true
Expand Down

0 comments on commit e8e73e9

Please sign in to comment.