mariadb/mysql-test/lib
Alexander Barkov 3b80d23d02 mtr --skip-not-found did not skip suites
--skip-not-found switch tells mtr to skip not found tests instead of aborting.
But it failed to skip the test if the suite name was not found.

This problem also made the *last-N-failed builbot builders fail
to run `mtr --skip-not-found` if the last commit removed a file in
the mysql-test/include/ directory.

This commit fixes it, now the not found test is properly skipped,
no matter what component of the test name was not found:

$ ./mtr main.foo --skip-not-found foo.main
...
==============================================================================
TEST                                  WORKER RESULT   TIME (ms) or COMMENT
--------------------------------------------------------------------------
foo.main                                 [ skipped ]  not found
main.foo                                 [ skipped ]  not found
--------------------------------------------------------------------------
2024-06-10 19:17:00 +02:00
..
My mtr on FreeBSD detects core count for --parallel=auto 2024-05-16 10:07:03 +10:00
t Merge 10.1 into 10.2 2020-07-01 12:03:55 +03:00
v1 Merge 10.4 into 10.5 2022-07-27 17:17:24 +03:00
generate-ssl-certs.sh Added new file client-certkey.pem for testing CONC-386: 2019-06-02 13:12:39 +02:00
mtr_cases.pm mtr --skip-not-found did not skip suites 2024-06-10 19:17:00 +02:00
mtr_gprof.pl Update FSF Address 2019-05-11 21:29:06 +03:00
mtr_io.pl Update FSF Address 2019-05-11 21:29:06 +03:00
mtr_match.pm Update FSF Address 2019-05-11 21:29:06 +03:00
mtr_misc.pl Update FSF Address 2019-05-11 21:29:06 +03:00
mtr_process.pl MDEV-28931 --verbose option is too verbose 2022-07-18 23:16:17 +03:00
mtr_report.pm mtr - synchronize output between different threads on Windows. 2024-03-18 22:03:21 +01:00
mtr_results.pm Update FSF Address 2019-05-11 21:29:06 +03:00
mtr_stress.pl Update FSF Address 2019-05-11 21:29:06 +03:00
mtr_unique.pm Update FSF Address 2019-05-11 21:29:06 +03:00
openssl.cnf MDEV-25785 Add support for OpenSSL 3.0 2022-07-04 12:49:11 +02:00
process-purecov-annotations.pl mtr: use env for perl 2020-06-23 03:24:46 +02:00