mirror of
https://github.com/MariaDB/server.git
synced 2026-04-28 19:25:32 +02:00
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.
This commit is contained in:
parent
7832f1bb62
commit
da808ae065
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/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);
|
||||
$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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue