diff options
Diffstat (limited to 'test/Java')
-rw-r--r-- | test/Java/RMIC.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Java/RMIC.py b/test/Java/RMIC.py index 8f3623c..3ce3dec 100644 --- a/test/Java/RMIC.py +++ b/test/Java/RMIC.py @@ -94,8 +94,7 @@ line 3 if not os.path.exists('/usr/local/j2sdk1.3.1/bin/rmic'): - print "Could not find Java, skipping test(s)." - test.pass_test(1) + test.skip_test("Could not find Java; skipping non-simulated test(s).\n") |