PT-96 Fixed LOCAL DATA INFILE commands and JSON format

This commit is contained in:
Carlos Salguero
2017-03-10 17:06:20 -03:00
parent 3b6f1c3aff
commit 2b76371a4f
5 changed files with 6 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ BEGIN {
die "The PERCONA_TOOLKIT_BRANCH environment variable is not set.\n"
unless $ENV{PERCONA_TOOLKIT_BRANCH} && -d $ENV{PERCONA_TOOLKIT_BRANCH};
unshift @INC, "$ENV{PERCONA_TOOLKIT_BRANCH}/lib";
$ENV{PTTEST_PRETTY_JSON} = 1;
$ENV{PTTEST_PRETTY_JSON} = 0;
};