summaryrefslogtreecommitdiff
path: root/infrastructure
diff options
context:
space:
mode:
Diffstat (limited to 'infrastructure')
-rw-r--r--infrastructure/buildenv-testmain-template.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/infrastructure/buildenv-testmain-template.cpp b/infrastructure/buildenv-testmain-template.cpp
index 14b31b27..0099b0d0 100644
--- a/infrastructure/buildenv-testmain-template.cpp
+++ b/infrastructure/buildenv-testmain-template.cpp
@@ -54,7 +54,7 @@ int first_fail_line;
std::string first_fail_file;
#ifdef WIN32
- #define QUIET_PROCESS "-K"
+ #define QUIET_PROCESS "-Q"
#else
#define QUIET_PROCESS ""
#endif