mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Move the "use lib" directive to mtr.pl
This commit is contained in:
parent
59574a6e60
commit
ea9d91e82c
2 changed files with 3 additions and 1 deletions
|
|
@ -22,7 +22,6 @@ use File::Basename;
|
|||
use IO::File();
|
||||
use strict;
|
||||
|
||||
use lib "lib/";
|
||||
use My::Config;
|
||||
|
||||
sub collect_test_cases ($);
|
||||
|
|
|
|||
|
|
@ -52,6 +52,9 @@
|
|||
# "perl -d:Trace mysql-test-run.pl"
|
||||
#
|
||||
|
||||
|
||||
use lib "lib/";
|
||||
|
||||
$Devel::Trace::TRACE= 0; # Don't trace boring init stuff
|
||||
|
||||
#require 5.6.1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue