Skip to content

Commit

Permalink
stabilize test build by using one single instance of config yaml file…
Browse files Browse the repository at this point in the history
… when running testall script
  • Loading branch information
ykim-akamai committed Jun 24, 2024
1 parent 9babd8d commit b610488
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion scripts/test_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ run_test() {
}

cleanup() {
make delete-e2e-firewall
if [[ -z "$CLEANUP_DONE" ]]; then
make delete-e2e-firewall
CLEANUP_DONE=1
fi
}

# Set trap to ensure cleanup is run on script exit
Expand Down
2 changes: 1 addition & 1 deletion tod_scripts

0 comments on commit b610488

Please sign in to comment.