Run 'diff' on test failure

This commit is contained in:
Edwin Brady 2014-01-30 15:08:03 +00:00
parent 20ffcfd08a
commit ea4997ef53

View File

@ -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";