From bffc9ed96226dd45a820b57405a98ca0858c1fcd Mon Sep 17 00:00:00 2001 From: Benedikt Heine Date: Tue, 19 Jun 2018 17:15:28 +0200 Subject: [PATCH] Show differing results, if testcase fails --- travis/run-tests.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/travis/run-tests.pl b/travis/run-tests.pl index 960af2e..c335ff3 100755 --- a/travis/run-tests.pl +++ b/travis/run-tests.pl @@ -39,6 +39,8 @@ sub TestCase { return 1; } else { say "Testing test case '", basename($dir), "'… ", BOLD, RED, "Failed!", RESET; + say "Expected: '$refres'"; + say "Got: '$testres'"; return 0; } } -- 2.39.5