Skip to content

Commit

Permalink
Update runTests.sh to use Pharo 9 image
Browse files Browse the repository at this point in the history
I change it to hard code 90, it maybe better to enable the automatic parsing
  • Loading branch information
MarcusDenker committed Jul 8, 2020
1 parent 4b07b2a commit 78b4d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/scripts/runTests.sh
Expand Up @@ -20,7 +20,7 @@ find ${CACHE}
#
TEST_NAME_PREFIX=$(find ${CACHE} -name "Pharo*.zip" | head -n 1 | cut -d'/' -f 2 | cut -d'-' -f 1-2)
#TEST_VM_VERSION=$(echo "${TEST_NAME_PREFIX}" | cut -d'-' -f 1| cut -c 6- | cut -d'.' -f 1-2 | sed 's/\.//')
TEST_VM_VERSION="70"
TEST_VM_VERSION="90"

${BOOTSTRAP_REPOSITORY:-.}/bootstrap/scripts/getPharoVM.sh ${TEST_VM_VERSION} vm ${1}

Expand Down

0 comments on commit 78b4d18

Please sign in to comment.