Ooops, I should've done that ages ago :) Thanks, applied! On Fri, Mar 1, 2013 at 7:22 AM, Paolo Bonzini <[email protected]> wrote: > Signed-off-by: Paolo Bonzini <[email protected]> > --- > run | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/run b/run > index b530026..37e6218 100755 > --- a/run > +++ b/run > @@ -612,7 +612,7 @@ class VirtTestApp(object): > standalone_test.configure_console_logging() > self._process_options() > standalone_test.bootstrap_tests(self.options) > - standalone_test.run_tests(self.cartesian_parser, self.options) > + ok = standalone_test.run_tests(self.cartesian_parser, > self.options) > > except KeyboardInterrupt: > pid = os.getpid() > @@ -646,6 +646,8 @@ class VirtTestApp(object): > print(e_line) > sys.exit(1) > > + if not ok: > + sys.exit(1) > > if __name__ == '__main__': > app = VirtTestApp() > -- > 1.8.0.2 > > > _______________________________________________ > Virt-test-devel mailing list > [email protected] > https://www.redhat.com/mailman/listinfo/virt-test-devel
-- Lucas _______________________________________________ Virt-test-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-test-devel
