From 6cc2280c4a929d906bf0e2db4d89cf5de224e55a Mon Sep 17 00:00:00 2001 From: Russel Winder Date: Sun, 22 Feb 2015 08:58:02 +0000 Subject: Putative fix for the ongoing D tool test fail on Debian 7 CI. --- test/D/MixedDAndC/Common/common.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/D/MixedDAndC/Common/common.py b/test/D/MixedDAndC/Common/common.py index 6c570f1..0a1c781 100644 --- a/test/D/MixedDAndC/Common/common.py +++ b/test/D/MixedDAndC/Common/common.py @@ -46,10 +46,11 @@ def testForTool(tool): test.dir_fixture('Image') - test.run() - if architecture()[0] == '32bit': + test.run(status=2) test.fail_test('64-bit mode not compiled in' not in test.stderr()) + else: + test.run() test.pass_test() -- cgit v0.12