Skip to content

Commit 0f1e00c

Browse files
author
Kerkesni
committed
log stderr from sorbet commands
1 parent d232de1 commit 0f1e00c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/ctst/steps/azureArchive.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,10 @@ When('i run sorbetctl to retry failed restore for {string} location', async func
365365
try {
366366
this.logger.debug('Running command', { command, location });
367367
const result = await util.promisify(exec)(command);
368-
this.logger.debug('Sorbetctl command result', { result: result.stdout });
368+
this.logger.debug('Sorbetctl command result', {
369+
stdout: result.stdout,
370+
stderr: result.stderr,
371+
});
369372
} catch (err) {
370373
assert.ifError(err);
371374
}

0 commit comments

Comments
 (0)