From ff278df3bd73dae8a6a39920939d36f454d1fbe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Fri, 30 Jun 2017 07:50:57 +0300 Subject: [PATCH] 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. --- maxscale-system-test/insertstream.sh | 1 + maxscale-system-test/masking_mysqltest_driver.sh | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/maxscale-system-test/insertstream.sh b/maxscale-system-test/insertstream.sh index 6e7a59c61..dd96c31a0 100755 --- a/maxscale-system-test/insertstream.sh +++ b/maxscale-system-test/insertstream.sh @@ -1,3 +1,4 @@ #!/bin/bash +./non_native_setup insertstream ./mysqltest_driver.sh insertstream insertstream 4006 diff --git a/maxscale-system-test/masking_mysqltest_driver.sh b/maxscale-system-test/masking_mysqltest_driver.sh index 676a3a24f..7fbd573a6 100755 --- a/maxscale-system-test/masking_mysqltest_driver.sh +++ b/maxscale-system-test/masking_mysqltest_driver.sh @@ -36,6 +36,10 @@ fi echo $source copied to $target +test_dir=`pwd` + +$test_dir/non_native_setup $1 + password= if [ $# -ge 3 ] then