diff options
Diffstat (limited to 'test/Java/JAVACFLAGS.py')
| -rw-r--r-- | test/Java/JAVACFLAGS.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Java/JAVACFLAGS.py b/test/Java/JAVACFLAGS.py index d0ab847..a237e91 100644 --- a/test/Java/JAVACFLAGS.py +++ b/test/Java/JAVACFLAGS.py @@ -37,8 +37,7 @@ if test.detect_tool('javac', ENV=ENV): else: where_javac = test.where_is('javac') if not where_javac: - print "Could not find Java javac, skipping test(s)." - test.pass_test(1) + test.skip_test("Could not find Java javac, skipping test(s).\n") test.subdir('src') |
