From 43ed91a0f72d8243fc1f9a6d76fc38745311ce79 Mon Sep 17 00:00:00 2001 From: junxiawang Date: Thu, 9 Jul 2015 05:37:38 -0400 Subject: [PATCH] modify xcattest for debug --- xCAT-test/xcattest | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xCAT-test/xcattest b/xCAT-test/xcattest index 7f67ac95f..70e0c37ef 100755 --- a/xCAT-test/xcattest +++ b/xCAT-test/xcattest @@ -733,6 +733,8 @@ sub runcase $total = $total + 1; my $now1=timelocal(localtime()); my $time1=gmtime $now1; + my @outnew = `ls -al /opt/xcat/share/xcat/netboot/SL`; + log_this ("outputnew is @outnew"); log_this("------START:$$case{name}::Time:$time1------"); push @record, "------START:$$case{name}::Time:$time1------"; push @record, "FILENAME:$$case{filename}";