mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
MDEV-19129: Xcode compatibility update: mysql-test-run.pl: rename $opt_vs_config to $multiconfig to use with other cmake multiconfig generators
This commit is contained in:
parent
39f63f6643
commit
7d6617e966
8 changed files with 46 additions and 45 deletions
|
|
@ -40,7 +40,7 @@ sub start_test {
|
|||
my $bin=$ENV{MTR_BINDIR} || '..';
|
||||
return "Not run for embedded server" if $::opt_embedded_server;
|
||||
return "Not configured to run ctest" unless -f "$bin/CTestTestfile.cmake";
|
||||
my ($ctest_vs)= $::opt_vs_config ? "-C ".substr($::opt_vs_config,1) : "";
|
||||
my ($ctest_vs)= $::multiconfig ? "-C ".substr($::multiconfig,1) : "";
|
||||
my (@ctest_list)= `cd "$bin" && ctest $ctest_vs --show-only --verbose`;
|
||||
return "No ctest" if $?;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue