Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aandvalenzuela authored Dec 7, 2022
1 parent 25334a8 commit 06cf850
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 @@ -108,7 +108,7 @@ cat $WORKSPACE/data/$COMPARISON_RELEASE/wf_mapping.*txt | sort | uniq > $WORKSPA
cat $WORKSPACE/data/$COMPARISON_RELEASE/wf_errors.*txt | sort | uniq > $WORKSPACE/$ERRORS_FILE

#Temp fix for RelVal long vs short names: Remove it once we have PRs using IBs with short relval names
if [ "${$CMSSW_RELEASE_BASE}" != "" ] ; then
if [ "${CMSSW_RELEASE_BASE}" != "" ] ; then
MATRIX_READER="src/Configuration/PyReleaseValidation/python/MatrixReader.py"
if ! grep 'stepList=stepList' $CMSSW_RELEASE_BASE/${MATRIX_READER} >/dev/null 2>&1 ; then
#Release is still using long relval names
Expand Down

0 comments on commit 06cf850

Please sign in to comment.