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:
@@ -94,7 +94,8 @@ if(defined $ENV{MTR_BINDIR})
|
||||
}
|
||||
else
|
||||
{
|
||||
$bindir = ".";
|
||||
use Cwd;
|
||||
$bindir = getcwd();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user