diff options
| author | Matt Mastracci <matthew@mastracci.com> | 2023-06-28 13:41:47 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-28 13:41:47 -0600 |
| commit | 30f2cd3d1e0f7014156d05a0b08efd6b0e92f170 (patch) | |
| tree | 2e5b7cb747af3c34cad61342c9330046b87ac9ce /cli/tests/testdata/test/collect.out | |
| parent | 558eb9f132f84bf2ed445fc97a26f7b92a652dbc (diff) | |
chore: reconfigure windows builder storage (#19601)
Use `C:` drive to build on Windows, as `D:` is too limited.
Diffstat (limited to 'cli/tests/testdata/test/collect.out')
| -rw-r--r-- | cli/tests/testdata/test/collect.out | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/tests/testdata/test/collect.out b/cli/tests/testdata/test/collect.out index dc5161a90..734adbe6b 100644 --- a/cli/tests/testdata/test/collect.out +++ b/cli/tests/testdata/test/collect.out @@ -1,9 +1,9 @@ Check [WILDCARD]/test/collect/include/2_test.ts Check [WILDCARD]/test/collect/include/test.ts Check [WILDCARD]/test/collect/test.ts -running 0 tests from ./test/collect/include/2_test.ts -running 0 tests from ./test/collect/include/test.ts -running 0 tests from ./test/collect/test.ts +running 0 tests from [WILDCARD]/test/collect/include/2_test.ts +running 0 tests from [WILDCARD]/test/collect/include/test.ts +running 0 tests from [WILDCARD]/test/collect/test.ts ok | 0 passed | 0 failed ([WILDCARD]) |
