Skip to content

Commit

Permalink
Fix test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaihui committed Jan 12, 2024
1 parent f049725 commit 2f7401a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."

0 comments on commit 2f7401a

Please sign in to comment.