From 126c762176df5690a3c0c43f48f7a9e7ca815a06 Mon Sep 17 00:00:00 2001
From: xjm <xjm@65776.no-reply.drupal.org>
Date: Tue, 14 Nov 2023 14:41:06 -0600
Subject: [PATCH] Issue #3387959 by poker10: Document new arguments in
 run-tests.sh

(cherry picked from commit 5e2dcabfec48fd1fa5dc8555f0310f209f95cb88)
---
 core/scripts/run-tests.sh | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/core/scripts/run-tests.sh b/core/scripts/run-tests.sh
index 19766d2a19e1..6b4c456fcfb8 100755
--- a/core/scripts/run-tests.sh
+++ b/core/scripts/run-tests.sh
@@ -335,6 +335,14 @@ function simpletest_script_help() {
               will be used. The default is that any unexpected silenced
               deprecation error will fail tests.
 
+  --ci-parallel-node-total
+
+              The total number of instances of this job running in parallel.
+
+  --ci-parallel-node-index
+
+              The index of the job in the job set.
+
   <test1>[,<test2>[,<test3> ...]]
 
               One or more tests to be run. By default, these are interpreted
-- 
GitLab