mirror of https://github.com/schoebel/mars
test_suite: fix marsadm get role (filter new warnings of marsadm)
This commit is contained in:
parent
33c776e7b6
commit
7cf8a5d304
|
@ -29,7 +29,7 @@ function marsadm_get_role
|
|||
{
|
||||
local host=$1 res=$2 output
|
||||
output=$(lib_remote_idfile $host "marsadm role $res") || lib_exit 1
|
||||
expr "$output" : 'I am actually \([^ ][^ ]*\).*'
|
||||
expr "$output" : '.*I am actually \([^ ][^ ]*\).*'
|
||||
}
|
||||
|
||||
function marsadm_check_post_condition_primary
|
||||
|
|
Loading…
Reference in New Issue