From b2e5c8c93f6b00e22d3eaff708ffe23be33425b6 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 14 Oct 2009 00:57:04 +0000 Subject: [PATCH] fix qtest-driver --- qtest/bin/qtest-driver | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/qtest/bin/qtest-driver b/qtest/bin/qtest-driver index 439c53b..b115b94 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"); } -- libgit2 0.21.4