mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-22 05:55:35 +00:00
modify xcattest for debug
This commit is contained in:
@ -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}";
|
||||
|
Reference in New Issue
Block a user