From 87974e38e195e37b7b3f8abb8463cf847809c87a Mon Sep 17 00:00:00 2001 From: junxiawang Date: Mon, 25 May 2015 00:12:43 -0400 Subject: [PATCH] modify xcattest --- xCAT-test/xcattest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-test/xcattest b/xCAT-test/xcattest index 76c20f6ea..c70ba64e5 100755 --- a/xCAT-test/xcattest +++ b/xCAT-test/xcattest @@ -631,7 +631,7 @@ sub loadcase sub getnodeattr { my ($node, $attr) = @_; - my @output = runcmd("XCATBYPASS=1 lsdef -t node -o $node -i $attr"); + my @output = runcmd("lsdef -t node -o $node -i $attr"); if($::RUNCMD_RC){ return "Unknown"; }else{