Skip to content

Commit

Permalink
testenvSettings.sh runs only once, Fixed issue adoptium#5341
Browse files Browse the repository at this point in the history
Signed-off-by: Hana Mostafa <[email protected]>
  • Loading branch information
Hana3706 committed Jun 4, 2024
1 parent 412cf63 commit f05ee50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions buildenv/jenkins/JenkinsfileBase
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ def makeTest(testParam) {
String makeTestCmd = "$RESOLVED_MAKE;cd ./aqa-tests; . ./scripts/testenv/testenvSettings.sh;cd ./TKG; \$MAKE $testParam"
if (env.DYNAMIC_COMPILE){
makeTestCmd = "$RESOLVED_MAKE;cd ./aqa-tests; . ./scripts/testenv/testenvSettings.sh;cd ./TKG; \$MAKE $testParam"
}
else {
} 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
Expand Down

0 comments on commit f05ee50

Please sign in to comment.