diff --git a/test.sh b/test.sh index 181ab94..7f09c1c 100755 --- a/test.sh +++ b/test.sh @@ -13,6 +13,6 @@ export RAY_TLS_CA_CERT="/tmp/rayfed/test-certs/server.crt" directory="fed/tests" command="pytest -vs" -find "$directory" -type f -exec bash -c "eval '$command'" \; +find "$directory" -type f -mindepth 1 -name "test_*" -exec bash -c "eval '$command'" \; echo "All tests finished."