aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xqtest/bin/qtest-driver4
1 files changed, 4 insertions, 0 deletions
diff --git a/qtest/bin/qtest-driver b/qtest/bin/qtest-driver
index 439c53bb..b115b94c 100755
--- a/qtest/bin/qtest-driver
+++ b/qtest/bin/qtest-driver
@@ -604,6 +604,10 @@ sub tc_do_initial_checks
chop(my $f = `cygpath --windows $tc_log`);
$tc_winlog = $f;
}
+ elsif ($^O eq 'MSWin32')
+ {
+ $tc_winlog = $tc_log;
+ }
unlink $tc_log;
print_and_log("Test coverage active in scope $tc_scope\n");
}