From 12115e1c4c9a7f844b9adae4cf4ccd58322819e0 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 28 Aug 2020 14:55:11 -0700 Subject: [PATCH] test: remove incorrect debug() in test-policy-integrity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The instructions to use `test:policy-integrity:NUMBER` do not work, I'm afraid. This removes them. PR-URL: https://github.com/nodejs/node/pull/34961 Reviewed-By: Ujjwal Sharma Reviewed-By: Michaƫl Zasso Reviewed-By: Andrey Pechkurov Reviewed-By: Zeyu Yang Reviewed-By: Bradley Farias Reviewed-By: Trivikram Kamat Reviewed-By: Richard Lau --- test/pummel/test-policy-integrity.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/pummel/test-policy-integrity.js b/test/pummel/test-policy-integrity.js index 998d1d43355c5d..3965372ed84351 100644 --- a/test/pummel/test-policy-integrity.js +++ b/test/pummel/test-policy-integrity.js @@ -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);