Fix double initialization of tests
The tests that used the mysqltest driver were initialized twice.
This commit is contained in:
@ -36,8 +36,6 @@ fi
|
|||||||
test_dir=`pwd`
|
test_dir=`pwd`
|
||||||
port=$3
|
port=$3
|
||||||
|
|
||||||
$test_dir/non_native_setup $1
|
|
||||||
|
|
||||||
cd $2 || exit 1
|
cd $2 || exit 1
|
||||||
|
|
||||||
res=0
|
res=0
|
||||||
|
Reference in New Issue
Block a user