]> mj.ucw.cz Git - bex.git/commitdiff
bex prun: Recognize PREP state
authorMartin Mares <mj@ucw.cz>
Fri, 14 Jun 2013 15:06:07 +0000 (17:06 +0200)
committerMartin Mares <mj@ucw.cz>
Fri, 14 Jun 2013 15:06:07 +0000 (17:06 +0200)
lib/bin/bex-prun

index b7be1acd43bbdc2f633043a8b4a3d22018887654..7f988cf97784b92a9c9813a0876ac467733f47c1 100755 (executable)
@@ -384,7 +384,7 @@ sub update($$$$) {
                                $host_last_fail_stat{$mach} = $stat;
                        }
                }
-               when (['START', 'PING', 'SEND', 'RUN']) {
+               when (['START', 'PING', 'PREP', 'SEND', 'RUN']) {
                }
                default {
                        $ui->err("Received unknown job status $stat");