Skip to content

Commit

Permalink
Merge pull request cms-sw#188 from ktf/fix-travis-tests
Browse files Browse the repository at this point in the history
Add extra config.map variable.
  • Loading branch information
ktf committed Nov 10, 2014
2 parents 5b6dc56 + 591281a commit fe801b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_config-map.py
Expand Up @@ -2,7 +2,7 @@

import re

KEYS_RE="(SCRAM_ARCH|RELEASE_QUEUE|PKGTOOLS_TAG|CMSDIST_TAG|RELEASE_BRANCH|ADDITIONAL_TESTS|PR_TESTS|DISABLED|ALWAYS_TAG_CMSSW)"
KEYS_RE="(SCRAM_ARCH|RELEASE_QUEUE|PKGTOOLS_TAG|CMSDIST_TAG|RELEASE_BRANCH|ADDITIONAL_TESTS|PR_TESTS|DISABLED|ALWAYS_TAG_CMSSW|DO_STATIC_CHECKS)"

if __name__ == "__main__":
for l in open("config.map").read().split("\n"):
Expand Down

0 comments on commit fe801b9

Please sign in to comment.