You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2023/11/28 15:08:21 UTC

(myfaces-tobago) branch tobago-5.x updated: fix: test-scenarios-locally.sh

This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a commit to branch tobago-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new 6d04b7e549 fix: test-scenarios-locally.sh
6d04b7e549 is described below

commit 6d04b7e5499571873d3d86f513914a9869a34c5c
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Tue Nov 28 16:03:42 2023 +0100

    fix: test-scenarios-locally.sh
    
    * don't overwrite JAVA_HOME variables
---
 tobago-example/tobago-example-demo/test-scenarios-locally.sh | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/tobago-example/tobago-example-demo/test-scenarios-locally.sh b/tobago-example/tobago-example-demo/test-scenarios-locally.sh
index 277efa9b73..04b5fa16ff 100755
--- a/tobago-example/tobago-example-demo/test-scenarios-locally.sh
+++ b/tobago-example/tobago-example-demo/test-scenarios-locally.sh
@@ -23,10 +23,6 @@
 
 WORK=test-scenarios-locally/$(date -u +"%Y-%m-%dT%H:%M:%SZ")
 
-JAVA_HOME_8=/Library/Java/JavaVirtualMachines/zulu-8.jdk/Contents/Home
-JAVA_HOME_11=/Library/Java/JavaVirtualMachines/temurin-11.jdk/Contents/Home
-JAVA_HOME_17=/Library/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home
-
 ${JAVA_HOME_8}/bin/java -version
 if [ $? != 0 ]; then
   echo "Java 8 (LTS) not found!"