mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Tests: many if/while expresissons simplified after 57276
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
if (`SELECT '$MTR_PARALLEL' > 1`) {
|
||||
if ($MTR_PARALLEL > 1) {
|
||||
--skip test requires --parallel=1
|
||||
}
|
||||
|
Reference in New Issue
Block a user