summaryrefslogtreecommitdiffstats
path: root/test/DMD.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-08-14 06:00:06 (GMT)
committerSteven Knight <knight@baldmt.com>2005-08-14 06:00:06 (GMT)
commitecfd19ceae2a58ad832a6f3cd4f1777a19348345 (patch)
tree359dd0ea59c350586d639773ea945ad98dd0ce7d /test/DMD.py
parent83ec27e83d7f3851dc782d5246306b41a8fcfa2b (diff)
downloadSCons-ecfd19ceae2a58ad832a6f3cd4f1777a19348345.zip
SCons-ecfd19ceae2a58ad832a6f3cd4f1777a19348345.tar.gz
SCons-ecfd19ceae2a58ad832a6f3cd4f1777a19348345.tar.bz2
Update more tests to use the new skip_test() method. Replace a CHANGES.txt comment inadvertently deleted.
Diffstat (limited to 'test/DMD.py')
-rw-r--r--test/DMD.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/DMD.py b/test/DMD.py
index 9bad5f4..8b443f8 100644
--- a/test/DMD.py
+++ b/test/DMD.py
@@ -34,8 +34,7 @@ test = TestSCons.TestSCons()
dmd = test.where_is('dmd')
if not dmd:
- print "dmd not found, skipping test"
- test.pass_test(1)
+ test.skip_test("Could not find 'dmd'; skipping test.\n")
test.write('SConstruct', """\
import os