chore: switching test detection
This commit is contained in:
parent
16880cb36e
commit
05a4bc14f7
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
cd $(dirname $0)/..
|
||||
|
||||
if [ -f ./tests/*/*.csproj ]
|
||||
if ls ./tests/*/*.csproj >& /dev/null
|
||||
then
|
||||
./scripts/setup.sh || exit 1
|
||||
|
||||
|
|
Reference in a new issue