Skip to content

Commit

Permalink
Merge branch 'kaveToolBox_Check' into 'master'
Browse files Browse the repository at this point in the history
Kave tool box check

See merge request !127
  • Loading branch information
Chan Naseeb committed Apr 20, 2017
2 parents 51a5016 + afbf427 commit 3b09fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/testversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class TestVersions(unittest.TestCase):
"""
regex = re.compile("([0-9]\.[0-9]-Beta(-Pre)?)")
restack = re.compile("([0-9]\.[0-9]\.[0-9]\.[0-9]\.KAVE)")
ignore = ["ReleaseNotes.md"]
ignore = ["ReleaseNotes.md", "metainfo.xml", "kavetoolbox.xml", "params.py", "kavetoolbox.py", "new_dev_machine.py"]
check_against = "3.1-Beta"
check_against_stack = "2.5.3.1.KAVE"

Expand Down

0 comments on commit 3b09fbe

Please sign in to comment.