From 2505ef40e635c2528ae2e9e3e1b190b9696fdfc9 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Thu, 17 Dec 2009 07:11:51 +0000 Subject: Ignore the exit status from the --help run on timing builds, since some early revisions have bugs and we can still go on and get useful stats from the full and null builds. --- QMTest/TestSCons.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py index 00328ed..c98314b 100644 --- a/QMTest/TestSCons.py +++ b/QMTest/TestSCons.py @@ -1129,6 +1129,10 @@ class TimeSCons(TestSCons): "real work" is done. """ kw['options'] = kw.get('options', '') + ' --help' + # Ignore the exit status. If the --help run dies, we just + # won't report any statistics for it, but we can still execute + # the full and null builds. + kw['status'] = None # TODO(1.5) #self.run(*args, **kw) apply(self.run, args, kw) -- cgit v0.12