Skip to content

Commit

Permalink
stop netldi along with stone
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Oct 29, 2023
1 parent a868ae5 commit 9036daa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gemstone/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ gemstone::test_project() {
popd

if [ "$STONE_STARTED" = "TRUE" ] ; then
fold_start stop_stone "Stopping stone..."
stopStone.solo -r $STONES_REGISTRY_NAME "${STONE_NAME}"
fold_start stop_stone "Stopping stone and netldi..."
stopStone.solo -r $STONES_REGISTRY_NAME "${STONE_NAME}" -b $GEMSTONE_DEBUG
fold_end stop_stone
fi

Expand Down

0 comments on commit 9036daa

Please sign in to comment.