Skip to content

Commit

Permalink
Print and sqush LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa committed Feb 14, 2023
1 parent 55f2c6b commit f15a794
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions get.sh
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,9 @@ testJavaVersion()
if [ "$TEST_JDK_HOME" = "" ]; then
TEST_JDK_HOME=$SDKDIR/openjdkbinary/j2sdk-image
fi
echo LD_LIBRARY_PATH="${LD_LIBRARY_PATH}"
export LD_LIBRARY_PATH="$(echo $LD_LIBRARY_PATH | sed 's,/usr/lib/jvm,/BROKEN,g')"

_java=${TEST_JDK_HOME}/bin/java
_release=${TEST_JDK_HOME}/release
# Code_Coverage use different _java through searching javac for now, following path will be modified after refining files from BUILD
Expand Down

0 comments on commit f15a794

Please sign in to comment.