Fix test failures
Use correct parameter name for verify_master_failure and run MaxScale explicitly as root in run_ctrl_c.sh.
This commit is contained in:
@ -10,7 +10,7 @@ fi
|
||||
|
||||
T="$(date +%s)"
|
||||
|
||||
$maxscale_access_sudo maxscale -d
|
||||
$maxscale_access_sudo maxscale -d -U root
|
||||
if [ $? -ne 0 ] ; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user