]> git.sur5r.net Git - i3/i3status/commitdiff
Show differing results, if testcase fails 289/head
authorBenedikt Heine <bebe@bebehei.de>
Tue, 19 Jun 2018 15:15:28 +0000 (17:15 +0200)
committerBenedikt Heine <bebe@bebehei.de>
Tue, 19 Jun 2018 15:17:51 +0000 (17:17 +0200)
travis/run-tests.pl

index 960af2e6f5c7838dc541c5de324e14b683d12b04..c335ff34e1b2afbfe99d9105e58359c470f5204a 100755 (executable)
@@ -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;
     }
 }