diff options
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-x | tests/runtests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index 5f69e918e..dfc065dcf 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -653,7 +653,7 @@ sub compare { if($result) { if(!$short) { print "\n $subject FAILED:\n"; - print showdiff($firstref, $secondref); + print showdiff($LOGDIR, $firstref, $secondref); } else { print "FAILED\n"; |