]> git.ipfire.org Git - thirdparty/suricata.git/commit
prscript: iterate on builds when checking status
authorEric Leblond <eric@regit.org>
Wed, 11 Mar 2015 17:07:15 +0000 (18:07 +0100)
committerVictor Julien <victor@inliniac.net>
Tue, 7 Apr 2015 09:03:53 +0000 (11:03 +0200)
commitfbe5db500ce9faadfa4cc1feba65492963bd2c4d
treecd9947dc52abca643b05f5e982dbe93cd6cd965b
parentf12e6fdcdabf8a3fccb0de27032a058bded2c867
prscript: iterate on builds when checking status

This patch is changing the logic when using docker mode. We are
iterating over each builds so we know when one build is over in
the 5 seconds following the event instead of getting the result
when the builds that are checked before are others.

On OISF's build system, the two builds comes out in order so there
is no problem.
qa/prscript.py