Files
MaxScale/maxscale-system-test/mxs791.sh
Markus Mäkelä 16b777ad17 Fix shell-script tests
The tests expected the source directory to contain the executables.
2018-05-15 10:14:38 +03:00

18 lines
315 B
Bash
Executable File

#!/bin/bash
###
## @file mxs791.sh Simple connect test in bash
## - connects to Maxscale, checks that defined in cmd line DB is selected
rp=`realpath $0`
export test_dir=`pwd`
export test_name="mxs791.sh"
echo test name is $test_name
$test_dir/mxs791_base.sh
res=$?
$test_dir/copy_logs.sh $test_name
exit $res