From 48ab366b57a1ba59c1bf706308944b388666769d Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 26 Oct 2010 12:14:46 -0400 Subject: [PATCH] bug 5309: tweak so that background progress doesn't exit immediately Signed-off-by: Galen Charlton --- test/progressbarsubmit.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/progressbarsubmit.pl b/test/progressbarsubmit.pl index 65e1dfb26b..22b0a41f34 100755 --- a/test/progressbarsubmit.pl +++ b/test/progressbarsubmit.pl @@ -84,8 +84,8 @@ if ($completedJobID) { close STDERR; foreach (1..100) { - sleep 1; $job->progress( $_ ); + sleep 1; } $job->finish(); } else { -- 2.20.1