Skip to content

Commit

Permalink
provision
Browse files Browse the repository at this point in the history
  • Loading branch information
kleyow committed Apr 24, 2024
1 parent 67d7f5d commit b428a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/scripts/test-functional.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pushd $ML_CORE_TEST_HARNESS_DIR

## Start the test harness
echo "==> Starting Docker compose"
docker compose --project-name ttk-func --ansi never --profile all-services --profile fx --profile ttk-provisioning-fx --profile ttk-tests up -d
docker compose --project-name ttk-func --ansi never --profile all-services --profile fx --profile ttk-provisioning-fx --profile ttk-fx-tests up -d

echo "==> Running wait-for-container.sh $ML_CORE_TEST_HARNESS_TEST_FUNC_CONT_NAME"
## Wait for the test harness to complete, and capture the exit code
Expand All @@ -59,7 +59,7 @@ pushd $ML_CORE_TEST_HARNESS_DIR
echo "==> Skipping test harness shutdown"
else
echo "==> Shutting down test harness"
docker compose --project-name ttk-func --ansi never --profile all-services --profile fx --profile ttk-provisioning-fx --profile ttk-tests down -v
docker compose --project-name ttk-func --ansi never --profile all-services --profile fx --profile ttk-provisioning-fx --profile ttk-fx-tests down -v
fi

## Dump log to console
Expand Down

0 comments on commit b428a98

Please sign in to comment.