diff options
Diffstat (limited to 'test/Perforce')
-rw-r--r-- | test/Perforce/Perforce.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Perforce/Perforce.py b/test/Perforce/Perforce.py index 5808b23..891acc3 100644 --- a/test/Perforce/Perforce.py +++ b/test/Perforce/Perforce.py @@ -41,8 +41,7 @@ test = TestSCons.TestSCons() p4 = test.where_is('p4') if not p4: - print "Could not find Perforce, skipping test(s)." - test.pass_test(1) + test.skip_test("Could not find 'p4'; skipping test(s).\n") user = os.environ.get('USER') if not user: |