2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

add debuginfo in xcattest

This commit is contained in:
junxiawang 2015-04-30 04:33:27 -04:00
parent 8d89716327
commit 579a910684

View File

@ -637,6 +637,7 @@ sub getnodeattr
}else{
foreach my $output1 (@output){
if($output1 =~ /$attr=(\w.+)/){
log_this("$attr is $1");
return $1;
}
}