]> git.sur5r.net Git - i3/i3/commitdiff
complete-run: don’t print long logfile paths, they are useless by now anyway
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 9 Nov 2011 22:38:29 +0000 (22:38 +0000)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 9 Nov 2011 22:38:29 +0000 (22:38 +0000)
testcases/complete-run.pl

index 73adf39da7e8afddd131db85ef8ab3c8074d0d22..0769771923b1521bcbb942d08ebb95c726f3ab31 100755 (executable)
@@ -235,7 +235,7 @@ sub take_job {
             Log status($display, "i3 startup: took $duration sec, status = $status");
         }
 
-        Log status($display, "Starting $test with logfile $logpath");
+        Log status($display, "Starting $test");
 
         my $output;
         open(my $spool, '>', \$output);