mariadb/mysql-test/include/linux.inc
Sergei Golubchik d890aca6b5 "un-skip" more skipped tests
* version_compile_os can be "linux-systemd", not equal to "Linux"
* main.no-threads forces no-threads scheduler, a check whether it
  has one_thread_per_connection is guaranteed to fail.
2023-09-11 11:23:26 +02:00

5 lines
77 B
PHP

if (`select @@version_compile_os not LIKE 'Linux%'`)
{
skip Need Linux;
}