mariadb/mysql-test/mtr.out-of-source
Sergey Vojtovich da808ae065 MDEV-6039 - WebScaleSQL patches
Use single quotes for perl paths, in case of special symbols

Double-quoted string literals are subject to backslash and variable
substitution.
2014-06-18 11:23:20 +04:00

5 lines
213 B
Perl

#!/usr/bin/perl
# Call mtr in out-of-source build
$ENV{MTR_BINDIR} = '@CMAKE_BINARY_DIR@';
chdir('@CMAKE_SOURCE_DIR@/mysql-test');
exit(system($^X, '@CMAKE_SOURCE_DIR@/mysql-test/mysql-test-run.pl', @ARGV) >> 8);