MaxScale/maxscale-system-test/insertstream.sh
Markus Mäkelä b776ed7821
Don't assume source and binary directories are the same
Some of the scripts assumed that other scripts would be located in the
same directory where the current script was executed.

Also fixed the SSL connection creation which depended on an obsolete
environment variable causing all out-of-source SSL tests to fail.
2018-05-15 10:14:38 +03:00

9 lines
162 B
Bash
Executable File

#!/bin/bash
rp=`realpath $0`
export src_dir=`dirname $rp`
./non_native_setup insertstream
$src_dir/mysqltest_driver.sh insertstream $src_dir/insertstream 4006