build: updating test detection

This commit is contained in:
D. Moonfire 2022-09-06 00:40:21 -05:00
commit 7a42ce2f00
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
cd $(dirname $0)/..
if [ -f ./tests/*/*.csproj ]
if ls ./tests/*/*.csproj >& /dev/null
then
./scripts/setup.sh || exit 1