Skip to content

Commit b698d2e

Browse files
Trottrichardlau
authored andcommitted
test: remove incorrect debug() in test-policy-integrity
The instructions to use `test:policy-integrity:NUMBER` do not work, I'm afraid. This removes them. PR-URL: #34961 Reviewed-By: Ujjwal Sharma <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Andrey Pechkurov <[email protected]> Reviewed-By: Zeyu Yang <[email protected]> Reviewed-By: Bradley Farias <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 5f24cea commit b698d2e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/pummel/test-policy-integrity.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -380,9 +380,7 @@ for (const permutation of permutations({
380380
);
381381
}
382382
debug(`spawning ${tests.size} policy integrity permutations`);
383-
debug(
384-
'use NODE_DEBUG=test:policy-integrity:NUMBER to log a specific permutation'
385-
);
383+
386384
for (const config of tests) {
387385
const parsed = JSON.parse(config);
388386
tests.delete(config);

0 commit comments

Comments
 (0)