Skip to content

Commit

Permalink
install GsDevKit_stones AFTER attachRowanDevClones.stone, since Integ…
Browse files Browse the repository at this point in the history
…er>>#>> is needed for older versions of GemStone and has been implemented in base for newer versions of GemStone
  • Loading branch information
dalehenrich committed Oct 16, 2023
1 parent adb8ff0 commit ce28e1a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tests/test_rowanV3_alpha.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,6 @@ if [ "$template" = "minimal_rowan" ] ; then

# turn on unicodeComparisonMode required by Jadeite
enableUnicodeCompares.topaz -lq
# install GsDevKit_stones using Rowan installProject.stone script
echo "installing GsDevKit_stones"
bin/installProject.stone file:$GSDEVKIT_STONES_ROOT/rowan/specs/GsDevKit_stones.ston \
--projectsHome=$GSDEVKIT_STONES_ROOT/.. $*
echo "installing GsCommands"
bin/installProject.stone file:product/examples/GsCommands/projectsHome/GsCommands/rowan/specs/GsCommands.ston \
--projectsHome=product/examples/GsCommands/projectsHome $*
Expand All @@ -176,6 +172,11 @@ if [ "$template" = "minimal_rowan" ] ; then

# attach stone to the Rowan projects that are part of the base image
bin/attachRowanDevClones.stone --projectsHome=$STONES_HOME/$registry/gs_projects $*

# install GsDevKit_stones using Rowan installProject.stone script
echo "installing GsDevKit_stones"
bin/installProject.stone file:$GSDEVKIT_STONES_ROOT/rowan/specs/GsDevKit_stones.ston \
--projectsHome=$GSDEVKIT_STONES_ROOT/.. $*
fi

# delete the stone
Expand Down

0 comments on commit ce28e1a

Please sign in to comment.