2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-21 21:45:31 +00:00

modify xcattest for debug

This commit is contained in:
junxiawang
2015-07-09 05:37:38 -04:00
parent 1eeefe56f3
commit 43ed91a0f7

View File

@ -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}";