mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 10:58:58 +00:00
fix qtest-driver
git-svn-id: svn+q:///qpdf/trunk@802 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
parent
601e52823c
commit
b2e5c8c93f
@ -604,6 +604,10 @@ sub tc_do_initial_checks
|
|||||||
chop(my $f = `cygpath --windows $tc_log`);
|
chop(my $f = `cygpath --windows $tc_log`);
|
||||||
$tc_winlog = $f;
|
$tc_winlog = $f;
|
||||||
}
|
}
|
||||||
|
elsif ($^O eq 'MSWin32')
|
||||||
|
{
|
||||||
|
$tc_winlog = $tc_log;
|
||||||
|
}
|
||||||
unlink $tc_log;
|
unlink $tc_log;
|
||||||
print_and_log("Test coverage active in scope $tc_scope\n");
|
print_and_log("Test coverage active in scope $tc_scope\n");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user