We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0bb13c commit 338bfecCopy full SHA for 338bfec
mkspecs/features/testcase.prf
@@ -18,9 +18,9 @@ win32:debug_and_release {
18
# subdirectory. However, since make's working directory is already outside of the
19
# debug/release subdirectory, this first ../ should be ignored when deciding if
20
# we have to change directory before running the test.
21
- MUNGED_TARGET=$$replace(MUNGED_TARGET,^\.\./,)
+ MUNGED_TARGET=$$replace(MUNGED_TARGET,^\\.\\./,)
22
}
23
-!isEmpty(MUNGED_DESTDIR):!contains(MUNGED_DESTDIR,^\./?):check.commands = cd $(DESTDIR) &&
+!isEmpty(MUNGED_DESTDIR):!contains(MUNGED_DESTDIR,^\\./?):check.commands = cd $(DESTDIR) &&
24
contains(MUNGED_TARGET,.*/.*):check.commands = cd $(DESTDIR) &&
25
26
# Allow for a custom test runner script
0 commit comments