1
0
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:
Sergei Golubchik
2019-01-31 22:02:12 +01:00
parent 3416e8ac9a
commit 798d1a9ddf
3 changed files with 5 additions and 3 deletions

View File

@@ -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;