From 579a9106843bfa09f655eadc76dd500ee2ef0318 Mon Sep 17 00:00:00 2001 From: junxiawang Date: Thu, 30 Apr 2015 04:33:27 -0400 Subject: [PATCH] add debuginfo in xcattest --- xCAT-test/xcattest | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-test/xcattest b/xCAT-test/xcattest index c85ddf158..c70ba64e5 100755 --- a/xCAT-test/xcattest +++ b/xCAT-test/xcattest @@ -637,6 +637,7 @@ sub getnodeattr }else{ foreach my $output1 (@output){ if($output1 =~ /$attr=(\w.+)/){ + log_this("$attr is $1"); return $1; } }