Commit 97045e27 authored by FichteFoll's avatar FichteFoll

Fix platforms regex

References #4440.
parent 3179cbe2
......@@ -396,7 +396,7 @@ class TestContainer(object):
v = [v]
for plat in v:
self.assertRegex(plat,
r"^\*|(osx|linux|windows)(-x(32|64))?$")
r"^(\*|(osx|linux|windows)(-x(32|64))?)$")
elif k == 'date':
self.assertRegex(v, r"^\d\d\d\d-\d\d-\d\d \d\d:\d\d:\d\d$")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment