mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Amend 4ec788ce
: Remove temporary files after tests
This commit is contained in:
parent
4ec788ce3f
commit
0666e80ed9
@ -29,8 +29,7 @@ else {
|
||||
$err = 1;
|
||||
@errors = ("Could not run xmllint\n");
|
||||
}
|
||||
#unlink($filename);
|
||||
print "Not unlinking $filename\n";
|
||||
unlink($filename);
|
||||
if ($err > 0) {
|
||||
die(join('', @errors));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user