Skip to content

Commit

Permalink
Merge pull request #16558 from cms-sw/revert-16465-from-CMSSW_8_1_X_2…
Browse files Browse the repository at this point in the history
…016-11-03-2300

Revert "Do not sort the das results if CMSSDT_DAS_CLIENT_NO_SORT env is set"
  • Loading branch information
smuzaffar authored Nov 11, 2016
2 parents 350469b + 1798f4c commit 602c6ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Configuration/PyReleaseValidation/python/MatrixUtil.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ def das(self, das_options):
if self.ib_blacklist:
command += " | grep -E -v "
command += " ".join(["-e '{0}'".format(pattern) for pattern in self.ib_blacklist])
from os import getenv
if getenv("CMSSDT_DAS_CLIENT_NO_SORT","NOT_SET") == "NOT_SET": command += " | sort -u"
command += " | sort -u"
return command

def lumiRanges(self):
Expand Down

0 comments on commit 602c6ed

Please sign in to comment.