From 570c21df5806794698cfc6138eee75bec23e974d Mon Sep 17 00:00:00 2001 From: Dale Henrichs Date: Sun, 11 Feb 2024 11:19:40 -0800 Subject: [PATCH] final tweak? --- tests/test_defaultRegistry.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/test_defaultRegistry.sh b/tests/test_defaultRegistry.sh index 63ed8876..bf59dac7 100755 --- a/tests/test_defaultRegistry.sh +++ b/tests/test_defaultRegistry.sh @@ -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