Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed May 27, 2024
1 parent 35e6738 commit b4a69e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/integration_tests/run_e2e_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,9 @@ function main(){
exit_code=$?

set -e
# Delete bucket after testing.
gcloud alpha storage rm --recursive gs://gcsfuse-e2e-tests-tpc/

# Delete data after testing.
gcloud storage rm -r gs://gcsfuse-e2e-tests-tpc/**

if [ $exit_code != 0 ];
then
Expand Down

0 comments on commit b4a69e6

Please sign in to comment.