Skip to content

Commit

Permalink
removed the else, fixed issue adoptium#5341 and adoptium#5297
Browse files Browse the repository at this point in the history
Signed-off-by: Hana Mostafa <[email protected]>
  • Loading branch information
Hana3706 committed Jun 10, 2024
1 parent 2cbb316 commit 89fcf42
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions buildenv/jenkins/JenkinsfileBase
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ def makeTest(testParam) {
String makeTestCmd = "$RESOLVED_MAKE";cd. /aqa-tests/TKG; \$MAKE $testParam"
if (env.DYNAMIC_COMPILE){
makeTestCmd = "$RESOLVED_MAKE;cd ./aqa-tests; . ./scripts/testenv/testenvSettings.sh;cd ./TKG; \$MAKE $testParam"
} else {
makeTestCmd = "$RESOLVED_MAKE";cd. /aqa-tests; cd .TKG; \$MAKE $testParam"
}
}
//unset LD_LIBRARY_PATH workaround for issue https://github.com/adoptium/infrastructure/issues/2934
if (JDK_IMPL == 'hotspot' && JDK_VERSION == '8' && PLATFORM.contains('alpine-linux')) {
makeTestCmd = "unset LD_LIBRARY_PATH; $makeTestCmd"
Expand Down

0 comments on commit 89fcf42

Please sign in to comment.