Skip to content

Commit

Permalink
force use 94maod release for comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar authored Feb 27, 2018
1 parent 8174d62 commit 46e4913
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion run-pr-tests
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,10 @@ fi
[ "X$COMP_QUEUE" = "X" ] && COMP_QUEUE=$(echo $RELEASE_QUEUE | sed 's|^\(CMSSW_[0-9]*_[0-9]*\)_.*|\1_X|')

if [ "X$COMPARISON_REL" = "X" ] ; then
COMPARISON_REL=$(echo $RELEASE_FORMAT | sed 's|_[A-Z][A-Z0-9]*_X_|_X_|')
case $RELEASE_FORMAT in
CMSSW_9_4_MAOD_X* ) COMPARISON_REL=$RELEASE_FORMAT ;;
* ) COMPARISON_REL=$(echo $RELEASE_FORMAT | sed 's|_[A-Z][A-Z0-9]*_X_|_X_|')
esac
fi

if [ "X$COMPARISON_ARCH" = "X" ] ; then
Expand Down

0 comments on commit 46e4913

Please sign in to comment.