From 11f0ccf8052065e37f92d8ba43e9624fcd3b9814 Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Fri, 15 Sep 2023 16:46:48 +0100 Subject: fix(test): share fail fast tracker between threads (#20515) --- cli/tests/integration/test_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/integration/test_tests.rs') diff --git a/cli/tests/integration/test_tests.rs b/cli/tests/integration/test_tests.rs index b4bf842ff..bcf3e4ef7 100644 --- a/cli/tests/integration/test_tests.rs +++ b/cli/tests/integration/test_tests.rs @@ -182,7 +182,7 @@ itest!(quiet { }); itest!(fail_fast { - args: "test --fail-fast test/fail_fast.ts", + args: "test --fail-fast test/fail_fast.ts test/fail_fast_other.ts", exit_code: 1, output: "test/fail_fast.out", }); -- cgit v1.2.3