diff --git a/integration-tests/run_shell_command_file_stream.test.ts b/integration-tests/run_shell_command_file_stream.test.ts index b862f9bcdd..f90adfe9a7 100644 --- a/integration-tests/run_shell_command_file_stream.test.ts +++ b/integration-tests/run_shell_command_file_stream.test.ts @@ -89,7 +89,7 @@ describe('run_shell_command streaming to file regression', () => { return { p, size: 'error' }; } }); - console.error('Available files:', JSON.stringify(fileStats, null, 2)); + rig.log('Available files:', JSON.stringify(fileStats, null, 2)); } } @@ -178,7 +178,7 @@ describe('run_shell_command streaming to file regression', () => { return { p, size: 'error' }; } }); - console.error('Available files:', JSON.stringify(fileStats, null, 2)); + rig.log('Available files:', JSON.stringify(fileStats, null, 2)); } }