Skip to content

Commit

Permalink
Update test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Jan 16, 2025
1 parent 3cb91f7 commit b0d48c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -317,14 +317,14 @@ function test_simultaneous_deploy() {
}

# Run concurrent tests
echo "Running simultaneous deployments test."
if [[ "${TEST_FAAS_STARTUP_DEPLOY}" == "true" ]]; then
echo "Running simultaneous deployments test."

test_simultaneous_deploy
test_simultaneous_deploy

echo "Simultaneous deployments test tests completed."
echo "Simultaneous deployments test tests completed."

# Delete all deployed apps after tests complete
if [[ "${TEST_FAAS_STARTUP_DEPLOY}" == "true" ]]; then
# Delete all deployed apps after tests complete
for i in "${!DEPLOYED_APPS[@]}"; do
delete_functionality "${DEPLOYED_APPS[$i]}" "${DEPLOYED_PREFIXES[$i]}"
done
Expand Down

0 comments on commit b0d48c8

Please sign in to comment.