fixed defect 3039322, rvitals returned error.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7066 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
695cfb693b
commit
f3e16ec584
@ -115,7 +115,7 @@ sub enumerate_temp {
|
||||
####################################
|
||||
# Expect error
|
||||
####################################
|
||||
if ( $Rc == EXPECT_ERROR ) {
|
||||
if ( $Rc == EXPECT_ERROR || $Rc == RC_ERROR ) {
|
||||
return( [$Rc,@$cages[0]] );
|
||||
}
|
||||
####################################
|
||||
|
Loading…
Reference in New Issue
Block a user