Skip to content

Commit

Permalink
pbTests: update testJDK.sh to not use run_configure.mk (#1123)
Browse files Browse the repository at this point in the history
  • Loading branch information
Willsparker authored Feb 5, 2020
1 parent 24f9d42 commit 2dcead2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ansible/pbTestScripts/testJDK.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ mkdir -p $HOME/testLocation
[ ! -d $HOME/testLocation/openjdk-tests ] && git clone https://github.com/adoptopenjdk/openjdk-tests $HOME/testLocation/openjdk-tests
$HOME/testLocation/openjdk-tests/get.sh -t $HOME/testLocation/openjdk-tests
cd $HOME/testLocation/openjdk-tests/TKG || exit 1
$MAKE_COMMAND -f run_configure.mk
export BUILD_LIST=MachineInfo
export BUILD_LIST=system
$MAKE_COMMAND compile
$MAKE_COMMAND _MachineInfo

0 comments on commit 2dcead2

Please sign in to comment.