mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-04 20:40:09 +00:00
update to add more debug information in case rpower_wrongpasswd
This commit is contained in:
parent
13721753f0
commit
5499f716a0
@ -59,6 +59,7 @@ value="";
|
||||
if [[ $output =~ $value ]];then
|
||||
return 0;
|
||||
else
|
||||
echo "The expected output is \"$value\" since there password is wrong, but the real output is $output"
|
||||
return 1;
|
||||
fi
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user