Skip to content

Commit 0e0243a

Browse files
authored
Merge pull request #523 from stepchowfun/toastfile
Fix the toastfile
2 parents b0d9b9b + 76ac054 commit 0e0243a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

toast.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,10 @@ tasks:
288288
echo "Running integration test: $TEST"
289289
290290
# Go into the test directory and run the test.
291-
(cd "$(dirname "$TEST")" > /dev/null && ./run.sh)
291+
(
292+
cd "$(dirname "$TEST")" > /dev/null
293+
./run.sh
294+
)
292295
done < <(find integration-tests -name run.sh -print0)
293296
294297
publish:

0 commit comments

Comments
 (0)