mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
"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.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
if (`select convert(@@version_compile_os using latin1) LIKE 'Linux' = 0`)
|
||||
if (`select @@version_compile_os not LIKE 'Linux%'`)
|
||||
{
|
||||
skip Need Linux;
|
||||
}
|
||||
|
Reference in New Issue
Block a user