summaryrefslogtreecommitdiff
path: root/test/PharLap.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-09-26 04:19:32 +0000
committerSteven Knight <knight@baldmt.com>2005-09-26 04:19:32 +0000
commit0d2cb0988d25be7125e27d4a7fa965c8ba04c585 (patch)
tree7c7b7025cd6671f75c9f4f26cfbdd8002d902cca /test/PharLap.py
parent1c3439fc04d37b0037faf1ed84ae57698c4c58ba (diff)
downloadscons-0d2cb0988d25be7125e27d4a7fa965c8ba04c585.tar.gz
Explicit "skipping test" messages for a few straggling tests.
Diffstat (limited to 'test/PharLap.py')
-rw-r--r--test/PharLap.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/test/PharLap.py b/test/PharLap.py
index 96525986..0455cc25 100644
--- a/test/PharLap.py
+++ b/test/PharLap.py
@@ -36,8 +36,11 @@ test = TestSCons.TestSCons()
if sys.platform != 'win32':
test.skip_test('PharLap is only available on win32; skipping test.\n')
-test.no_result(not test.detect_tool('linkloc'))
-test.no_result(not test.detect_tool('386asm'))
+if not test.detect_tool('linkloc'):
+ test.skip_test("Could not find 'linkloc', skipping test.\n")
+
+if not test.detect_tool('386asm'):
+ test.skip_test("Could not find '386asm', skipping test.\n")
# From the Phar Lap minasm example program...
test.write("minasm.asm", r"""