From 76ac054663f26f450d4656b82e7b9f0a59a575c4 Mon Sep 17 00:00:00 2001 From: Stephan Boyer Date: Thu, 28 Nov 2024 14:34:38 -0800 Subject: [PATCH] Fix the toastfile --- toast.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/toast.yml b/toast.yml index 192cf39..1349e8b 100644 --- a/toast.yml +++ b/toast.yml @@ -288,7 +288,10 @@ tasks: echo "Running integration test: $TEST" # Go into the test directory and run the test. - (cd "$(dirname "$TEST")" > /dev/null && ./run.sh) + ( + cd "$(dirname "$TEST")" > /dev/null + ./run.sh + ) done < <(find integration-tests -name run.sh -print0) publish: