Commit b2e5c8c93f6b00e22d3eaff708ffe23be33425b6

Authored by Jay Berkenbilt
1 parent 601e5282

fix qtest-driver

git-svn-id: svn+q:///qpdf/trunk@802 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing 1 changed file with 4 additions and 0 deletions
qtest/bin/qtest-driver
@@ -604,6 +604,10 @@ sub tc_do_initial_checks @@ -604,6 +604,10 @@ sub tc_do_initial_checks
604 chop(my $f = `cygpath --windows $tc_log`); 604 chop(my $f = `cygpath --windows $tc_log`);
605 $tc_winlog = $f; 605 $tc_winlog = $f;
606 } 606 }
  607 + elsif ($^O eq 'MSWin32')
  608 + {
  609 + $tc_winlog = $tc_log;
  610 + }
607 unlink $tc_log; 611 unlink $tc_log;
608 print_and_log("Test coverage active in scope $tc_scope\n"); 612 print_and_log("Test coverage active in scope $tc_scope\n");
609 } 613 }