From 308a7d63d4fa3bf8d8c24622d523cafb1467bd3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Thu, 29 Jun 2017 21:20:47 +0300 Subject: [PATCH] Fix double initialization of tests The tests that used the mysqltest driver were initialized twice. --- maxscale-system-test/mysqltest_driver.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/maxscale-system-test/mysqltest_driver.sh b/maxscale-system-test/mysqltest_driver.sh index 212561d61..1ad466d57 100755 --- a/maxscale-system-test/mysqltest_driver.sh +++ b/maxscale-system-test/mysqltest_driver.sh @@ -36,8 +36,6 @@ fi test_dir=`pwd` port=$3 -$test_dir/non_native_setup $1 - cd $2 || exit 1 res=0