1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

move ctest handling from mtr to a separate suite

This commit is contained in:
Sergei Golubchik
2011-07-16 09:59:15 +02:00
parent 73a46b3eb9
commit 011cbe9088
7 changed files with 116 additions and 209 deletions

View File

@@ -94,7 +94,8 @@ if(defined $ENV{MTR_BINDIR})
}
else
{
$bindir = ".";
use Cwd;
$bindir = getcwd();
}