Skip to content

Commit 7c08036

Browse files
committed
test: surface iOS cache metadata script stderr
1 parent 673a955 commit 7c08036

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/platforms/ios/__tests__/runner-xctestrun.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ test('setup metadata script matches expected iOS simulator cache metadata', asyn
201201
execFileSync(
202202
process.execPath,
203203
['scripts/write-xcuitest-cache-metadata.mjs', 'ios', root, 'generic/platform=iOS Simulator'],
204-
{ cwd: process.cwd(), stdio: 'ignore' },
204+
{ cwd: process.cwd(), stdio: ['ignore', 'ignore', 'inherit'] },
205205
);
206206

207207
const actual = JSON.parse(

0 commit comments

Comments
 (0)