From: Michael Stapelberg Date: Wed, 9 Nov 2011 22:38:29 +0000 (+0000) Subject: complete-run: don’t print long logfile paths, they are useless by now anyway X-Git-Tag: 4.1~19 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=316318c1fc23003ef8cd4a5e15487b7a030780c6;p=i3%2Fi3 complete-run: don’t print long logfile paths, they are useless by now anyway --- diff --git a/testcases/complete-run.pl b/testcases/complete-run.pl index 73adf39d..07697719 100755 --- a/testcases/complete-run.pl +++ b/testcases/complete-run.pl @@ -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);