summaryrefslogtreecommitdiffstats
path: root/test/Java/JAVAC.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Java/JAVAC.py')
-rw-r--r--test/Java/JAVAC.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Java/JAVAC.py b/test/Java/JAVAC.py
index a89ed52..dd09e35 100644
--- a/test/Java/JAVAC.py
+++ b/test/Java/JAVAC.py
@@ -99,8 +99,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")