Call non_native_setup in scripts that use mysqltest

A few tests didn't call it explicitly and relied on the implicit
initialization that was done in the test driver.
This commit is contained in:
Markus Mäkelä 2017-06-30 07:50:57 +03:00
parent 674b3887c9
commit ff278df3bd
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/bin/bash
./non_native_setup insertstream
./mysqltest_driver.sh insertstream insertstream 4006

View File

@ -36,6 +36,10 @@ fi
echo $source copied to $target
test_dir=`pwd`
$test_dir/non_native_setup $1
password=
if [ $# -ge 3 ]
then