aboutsummaryrefslogtreecommitdiffstats
path: root/qtest
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-14 02:57:04 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-14 02:57:04 +0200
commitb2e5c8c93f6b00e22d3eaff708ffe23be33425b6 (patch)
tree16891c85cebb83b3c2d0b1e98fb89caef89122c1 /qtest
parent601e52823c5e36d9760a94596a03d0ac8c0d1cf2 (diff)
downloadqpdf-b2e5c8c93f6b00e22d3eaff708ffe23be33425b6.tar.zst
fix qtest-driver
git-svn-id: svn+q:///qpdf/trunk@802 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'qtest')
-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");
}