2012-02-23 07:50:11 +01:00
|
|
|
#
|
|
|
|
# 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
|
|
|
|
|
2012-02-23 07:52:27 +01:00
|
|
|
if (`select version() not like '%debug%'`) {
|
|
|
|
--skip Needs a debug build
|
|
|
|
}
|