aboutsummaryrefslogtreecommitdiff
path: root/run_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_tests.py')
-rwxr-xr-xrun_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py
index 8e8e69e..96fff21 100755
--- a/run_tests.py
+++ b/run_tests.py
@@ -177,7 +177,7 @@ def run_tests():
frameworktests = gather_tests('test cases/frameworks')
else:
frameworktests = []
- if shutil.which('javac'):
+ if not environment.is_osx() and shutil.which('javac'):
javatests = gather_tests('test cases/java')
else:
javatests = []