mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
a19a4618e3
move variable tests from main to sys-vars
9 lines
220 B
PHP
9 lines
220 B
PHP
#
|
|
# suite.pm will make sure that all tests including this file
|
|
# will be skipped unless this is a debug build.
|
|
#
|
|
# The test below is redundant
|
|
|
|
if (`select version() not like '%debug%'`) {
|
|
--skip Needs a debug build
|
|
}
|