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
父節點 0187e38ad7
當前提交 48ab366b57

查看文件

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