Skip to content

Commit

Permalink
rm duplicate ray stop
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaOfOcean committed Sep 6, 2024
1 parent 504d59f commit 96130c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ function run_test {
attempts=0
while [[ $attempts -lt 3 ]]; do
rm -rf core*
ray stop
time "$@"
ray stop
if [[ $? -eq 0 ]]; then
echo "$@ success"
break
Expand All @@ -57,7 +57,6 @@ function run_test {
exit 1
fi
done
ray stop
}


Expand Down

0 comments on commit 96130c1

Please sign in to comment.