From 316318c1fc23003ef8cd4a5e15487b7a030780c6 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 9 Nov 2011 22:38:29 +0000 Subject: [PATCH] =?utf8?q?complete-run:=20don=E2=80=99t=20print=20long=20l?= =?utf8?q?ogfile=20paths,=20they=20are=20useless=20by=20now=20anyway?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- testcases/complete-run.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5