mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-23 07:02:13 -06:00
Tests/RunCMake/CTestCommandLine: Fix python string literal syntax
This commit is contained in:
@@ -57,7 +57,7 @@ def check_command(c):
|
||||
assert is_list(c)
|
||||
assert len(c) == 3
|
||||
assert is_string(c[0])
|
||||
check_re(c[0], "/cmake(\.exe)?$")
|
||||
check_re(c[0], r"/cmake(\.exe)?$")
|
||||
assert is_string(c[1])
|
||||
assert c[1] == "-E"
|
||||
assert is_string(c[2])
|
||||
|
||||
Reference in New Issue
Block a user