From b3940c9021271b8b3b83bcc8a718edc752a45b96 Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Sat, 15 Oct 2022 22:41:29 -0500 Subject: [PATCH] Remove testsuite handling of obsolete message This message was removed from the gatekeeper along with the rest of the legacy v1.0 support in commit af0774b9c0ce4907bbdf95e57ffdb534366e19dc. --- testsuite/lib/gatekeeper.exp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/testsuite/lib/gatekeeper.exp b/testsuite/lib/gatekeeper.exp index 236b1e4..b6f8e05 100644 --- a/testsuite/lib/gatekeeper.exp +++ b/testsuite/lib/gatekeeper.exp @@ -658,12 +658,6 @@ proc analyze_log { base_dir name assess } { set A(validate,no-op) 1 exp_continue } - -re {^gatekeeper\[[0-9]+\]: \(Test\)\ - not running in legacy v1 mode} { - # from read_directive_file, after determining mode - # TODO: will be removed with other v1 compatibility code - exp_continue - } -re {^gatekeeper\[[0-9]+\]: \(Test\)\ invalid version [0-9.]+, not supported} { # from read_directive_file, if unsupported version -- 2.25.1