bug 5309: tweak so that background progress doesn't exit immediately

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
Galen Charlton 2010-10-26 12:14:46 -04:00
parent 0187e38ad7
commit 48ab366b57

View file

@ -84,8 +84,8 @@ if ($completedJobID) {
close STDERR;
foreach (1..100) {
sleep 1;
$job->progress( $_ );
sleep 1;
}
$job->finish();
} else {