
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.
9 lines
162 B
Bash
Executable File
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
|