Skip to content

Commit

Permalink
test: remove incorrect debug() in test-policy-integrity
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Trott authored and richardlau committed Sep 2, 2020
1 parent 098711e commit 12115e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/pummel/test-policy-integrity.js
Original file line number Diff line number Diff line change
Expand Up @@ -380,9 +380,7 @@ for (const permutation of permutations({
);
}
debug(`spawning ${tests.size} policy integrity permutations`);
debug(
'use NODE_DEBUG=test:policy-integrity:NUMBER to log a specific permutation'
);

for (const config of tests) {
const parsed = JSON.parse(config);
tests.delete(config);
Expand Down

0 comments on commit 12115e1

Please sign in to comment.