diff options
Diffstat (limited to 'test/SCCS/implicit.py')
-rw-r--r-- | test/SCCS/implicit.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/SCCS/implicit.py b/test/SCCS/implicit.py index 3c3676e..eca8e0c 100644 --- a/test/SCCS/implicit.py +++ b/test/SCCS/implicit.py @@ -36,8 +36,7 @@ test = TestSCons.TestSCons() sccs = test.where_is('sccs') if not sccs: - print "Could not find SCCS, skipping test(s)." - test.pass_test(1) + test.skip_test("Could not find 'sccs'; skipping test(s).\n") |