From 30f2cd3d1e0f7014156d05a0b08efd6b0e92f170 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Wed, 28 Jun 2023 13:41:47 -0600 Subject: chore: reconfigure windows builder storage (#19601) Use `C:` drive to build on Windows, as `D:` is too limited. --- cli/tests/testdata/test/shuffle.out | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cli/tests/testdata/test/shuffle.out') diff --git a/cli/tests/testdata/test/shuffle.out b/cli/tests/testdata/test/shuffle.out index fdc2ca9ed..9037ff518 100644 --- a/cli/tests/testdata/test/shuffle.out +++ b/cli/tests/testdata/test/shuffle.out @@ -1,7 +1,7 @@ Check [WILDCARD]/test/shuffle/bar_test.ts Check [WILDCARD]/test/shuffle/baz_test.ts Check [WILDCARD]/test/shuffle/foo_test.ts -running 10 tests from ./test/shuffle/foo_test.ts +running 10 tests from [WILDCARD]/test/shuffle/foo_test.ts test 3 ... ok ([WILDCARD]) test 2 ... ok ([WILDCARD]) test 7 ... ok ([WILDCARD]) @@ -12,7 +12,7 @@ test 9 ... ok ([WILDCARD]) test 4 ... ok ([WILDCARD]) test 6 ... ok ([WILDCARD]) test 1 ... ok ([WILDCARD]) -running 10 tests from ./test/shuffle/baz_test.ts +running 10 tests from [WILDCARD]/test/shuffle/baz_test.ts test 3 ... ok ([WILDCARD]) test 2 ... ok ([WILDCARD]) test 7 ... ok ([WILDCARD]) @@ -23,7 +23,7 @@ test 9 ... ok ([WILDCARD]) test 4 ... ok ([WILDCARD]) test 6 ... ok ([WILDCARD]) test 1 ... ok ([WILDCARD]) -running 10 tests from ./test/shuffle/bar_test.ts +running 10 tests from [WILDCARD]/test/shuffle/bar_test.ts test 3 ... ok ([WILDCARD]) test 2 ... ok ([WILDCARD]) test 7 ... ok ([WILDCARD]) -- cgit v1.2.3