Skip to content

Commit

Permalink
final tweak?
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Feb 11, 2024
1 parent d5a590a commit 570c21d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/test_defaultRegistry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,16 +166,14 @@ if [ "$template" = "minimal_rowan" ] ; then
--projectsHome=$GSDEVKIT_STONES_ROOT/.. $*
fi

onDarwin="false"
PLATFORM="`uname -sm | tr ' ' '-'`"
case "$PLATFORM" in
Darwin-arm64 | Darwin-x86_64)
onDarwin="true"
;;
*)
echo "This script should only be run on Mac (Darwin-i386 or Darwin-arm64), or Linux (Linux-x86_64) ). The result from \"uname -sm\" is \"`uname -sm`\""
exit 1
;;
onDarwin="false"
;;
esac

# test regitstryQuery.solo
Expand Down

0 comments on commit 570c21d

Please sign in to comment.