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:
wanghuaz 2010-08-12 09:22:12 +00:00
parent 695cfb693b
commit f3e16ec584

View File

@ -115,7 +115,7 @@ sub enumerate_temp {
####################################
# Expect error
####################################
if ( $Rc == EXPECT_ERROR ) {
if ( $Rc == EXPECT_ERROR || $Rc == RC_ERROR ) {
return( [$Rc,@$cages[0]] );
}
####################################