Skip to content

Commit

Permalink
Merge pull request #28150 from smuzaffar/fix-test_MpsWorkFlow
Browse files Browse the repository at this point in the history
fix unit test test_MpsWorkFlow
  • Loading branch information
cmsbuild committed Oct 14, 2019
2 parents 749af1f + 6bd5d30 commit 28ee89b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -11,7 +11,7 @@ def checked_out_MPS():
git_initialized = False
try:
with open(checked_out_packages, "r") as f:
packages = ("/Alignment/", "/Alignment/MillePedeAlignmentAlgorithm/")
packages = ("/Alignment/", "/Alignment/MillePedeAlignmentAlgorithm/","/*/")
for line in f:
if line.strip() in packages:
checked_out = True
Expand Down

0 comments on commit 28ee89b

Please sign in to comment.