File tree 2 files changed +2
-6
lines changed
integration-tests/system-test/src/test/java/oracle/weblogic/deploy/integration 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -274,6 +274,7 @@ def __process_java_home(optional_arg_map):
274
274
java_home_name = optional_arg_map [CommandLineArgUtil .JAVA_HOME_SWITCH ]
275
275
else :
276
276
java_home_name = env_helper .getenv ('JAVA_HOME' )
277
+ optional_arg_map [CommandLineArgUtil .JAVA_HOME_SWITCH ] = java_home_name
277
278
278
279
try :
279
280
FileUtils .validateExistingDirectory (java_home_name )
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2019, 2024 , Oracle and/or its affiliates.
2
+ * Copyright (c) 2019, 2025 , Oracle and/or its affiliates.
3
3
* Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
4
4
*/
5
5
@@ -1730,11 +1730,6 @@ private void verifyDiscoveredJDBCWalletModelFile(String expectedModelFile) throw
1730
1730
checkContents .add (" Name: domain2" );
1731
1731
checkContents .add (" AdminServerName: admin-server" );
1732
1732
checkContents .add (" ProductionModeEnabled: true" );
1733
- checkContents .add (" NMProperties:" );
1734
-
1735
- // Don't include the JavaHome path in the check since it will vary when running system-tests locally...
1736
- //
1737
- checkContents .add (" JavaHome: " );
1738
1733
checkContents .add (" Server:" );
1739
1734
checkContents .add (" admin-server: {}" );
1740
1735
checkContents .add (" SecurityConfiguration:" );
You can’t perform that action at this time.
0 commit comments