mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
upgrade C/C to 3.1
This commit is contained in:
@@ -44,6 +44,8 @@ sub start_test {
|
||||
my (@ctest_list)= `cd "$bin" && ctest $ctest_vs --show-only --verbose`;
|
||||
return "No ctest" if $?;
|
||||
|
||||
$ENV{MYSQL_TEST_PLUGINDIR}=$::plugindir;
|
||||
|
||||
my ($command, %tests, $prefix);
|
||||
for (@ctest_list) {
|
||||
chomp;
|
||||
|
||||
Reference in New Issue
Block a user