diff options
author | Sven Gothel <[email protected]> | 2013-09-24 11:04:24 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-09-24 11:04:24 +0200 |
commit | 51ae910b9ad4f3691c2b91a912b94701d0ef98ac (patch) | |
tree | 0ed45e21345e488f4293a34413dfd3de4a1bed06 /make/scripts/tests-osx-x64.sh | |
parent | c5bec6b8f5c33a812338dcbe8994546bddf0508b (diff) |
Bug 816: Add unit test 'TestBug816OSXCALayerPosAWT'
Diffstat (limited to 'make/scripts/tests-osx-x64.sh')
-rwxr-xr-x | make/scripts/tests-osx-x64.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/scripts/tests-osx-x64.sh b/make/scripts/tests-osx-x64.sh index e1b07202b..7585e68ad 100755 --- a/make/scripts/tests-osx-x64.sh +++ b/make/scripts/tests-osx-x64.sh @@ -3,6 +3,7 @@ export DYLD_LIBRARY_PATH=/usr/local/lib:$DYLD_LIBRARY_PATH JAVA_HOME=`/usr/libexec/java_home -version 1.7` +#JAVA_HOME=`/usr/libexec/java_home -version 1.7.0_25` PATH=$JAVA_HOME/bin:$PATH export JAVA_HOME PATH |