From 05a4bc14f70bb6977bc20a6f83afb50a2ec0f25f Mon Sep 17 00:00:00 2001 From: "D. Moonfire" Date: Tue, 6 Sep 2022 00:39:35 -0500 Subject: [PATCH] chore: switching test detection --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 7587fb1..703bd5f 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -2,7 +2,7 @@ cd $(dirname $0)/.. -if [ -f ./tests/*/*.csproj ] +if ls ./tests/*/*.csproj >& /dev/null then ./scripts/setup.sh || exit 1