From 0ebef1e46778353df02026c18a58b95c5c2a8f54 Mon Sep 17 00:00:00 2001 From: "Keith W. Campbell" Date: Wed, 16 Aug 2023 20:47:56 -0400 Subject: [PATCH] Correct comment (#781) The list of jtreg versions should include 7.3 which was recently added. Signed-off-by: Keith W. Campbell --- tools/code-tools/jtreg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/code-tools/jtreg.sh b/tools/code-tools/jtreg.sh index a1cf1fbaf..f4acf7f40 100755 --- a/tools/code-tools/jtreg.sh +++ b/tools/code-tools/jtreg.sh @@ -2,7 +2,7 @@ ################################################################### # Script to build jtreg test suite harness # -# currently builds tip, 5.1, 6, 6.1, 7, 7.1, 7.2 # +# currently builds tip, 5.1, 6, 6.1, 7, 7.1, 7.2, 7.3 # ################################################################### # shellcheck disable=SC2035,SC2116