mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced 2024-11-15 11:56:18 +03:00
Run 'diff' on test failure
This commit is contained in:
parent
20ffcfd08a
commit
ea4997ef53
@ -40,6 +40,7 @@ sub runtest {
|
||||
if ($update == 0) {
|
||||
$exitstatus = 1;
|
||||
print "Ran $test...FAILURE\n";
|
||||
system "diff output expected";
|
||||
} else {
|
||||
system("cp output expected");
|
||||
print "Ran $test...UPDATED\n";
|
||||
|
Loading…
Reference in New Issue
Block a user