Skip to content

Commit 75c209b

Browse files
committed
test: debug on ci
1 parent 3c678a9 commit 75c209b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

test/integration.test.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,17 @@ test('Hide sensitive environment variable values from the logs', async (t) => {
787787
reject: false,
788788
extendEnv: false,
789789
});
790-
790+
console.log('##############################################################');
791+
console.log('##############################################################');
792+
console.log('##############################################################');
793+
console.log('actual', stdout);
794+
console.log(
795+
'expected',
796+
`Console: Exposing token ${escapeRegExp(SECRET_REPLACEMENT)}`
797+
);
798+
console.log('##############################################################');
799+
console.log('##############################################################');
800+
console.log('##############################################################');
791801
t.regex(
792802
stdout,
793803
new RegExp(`Console: Exposing token ${escapeRegExp(SECRET_REPLACEMENT)}`)

0 commit comments

Comments
 (0)