Skip to content

Commit

Permalink
add pkill flower-client and flower-server
Browse files Browse the repository at this point in the history
  • Loading branch information
panh99 committed Nov 27, 2023
1 parent 778dad8 commit 308e463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/test_driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ wait $pid
res=$?

if [[ "$res" = "0" ]];
then echo "Training worked correctly" && pkill python;
then echo "Training worked correctly" && pkill flower-client && pkill flower-server;
else echo "Training had an issue" && exit 1;
fi

0 comments on commit 308e463

Please sign in to comment.