Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0bd1768

Browse filesBrowse files
Trottaddaleax
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 <ryzokuken@disroot.org> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Andrey Pechkurov <apechkurov@gmail.com> Reviewed-By: Zeyu Yang <himself65@outlook.com> Reviewed-By: Bradley Farias <bradley.meck@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
1 parent c68c6cd commit 0bd1768
Copy full SHA for 0bd1768

File tree

Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed
Open diff view settings
Collapse file

‎test/pummel/test-policy-integrity.js‎

Copy file name to clipboardExpand all lines: test/pummel/test-policy-integrity.js
+1-3Lines changed: 1 addition & 3 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.