diff options
author | Steven Knight <knight@baldmt.com> | 2003-04-10 05:35:38 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-04-10 05:35:38 (GMT) |
commit | 2f8be7360679ad5e0260f4965ea5dd9506c7b033 (patch) | |
tree | 1379c046e82985011c5ab2d7604adf055e3140b9 /test/JAR.py | |
parent | 81e5793a07783b29a13004f834b7579a0e1605bb (diff) | |
download | SCons-2f8be7360679ad5e0260f4965ea5dd9506c7b033.zip SCons-2f8be7360679ad5e0260f4965ea5dd9506c7b033.tar.gz SCons-2f8be7360679ad5e0260f4965ea5dd9506c7b033.tar.bz2 |
Implement Tool refactoring. (Chad Austin + Steve Leblanc)
Diffstat (limited to 'test/JAR.py')
-rw-r--r-- | test/JAR.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/JAR.py b/test/JAR.py index f5b3048..9fdf20e 100644 --- a/test/JAR.py +++ b/test/JAR.py @@ -89,6 +89,9 @@ line 3 test.fail_test(test.read('test2' + _exe) != "test2.CLASS\nline 3\n") +if not os.path.exists('/usr/local/j2sdk1.3.1/bin/javac'): + print "Could not find Java, skipping test(s)." + test.pass_test(1) test.write("wrapper.py", """\ |