mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-03 03:50:08 +00:00
Add space between at and the time
This commit is contained in:
parent
97cfcac18e
commit
11ee234896
@ -300,7 +300,7 @@ if ($restore) {
|
||||
}
|
||||
}
|
||||
|
||||
log_this($running_log_fd, "xCAT automated test finished at" . scalar(localtime()));
|
||||
log_this($running_log_fd, "xCAT automated test finished at " . scalar(localtime()));
|
||||
log_this($running_log_fd, "Please check results in the $resultdir, \nand see $failed_log_name file for failed cases.");
|
||||
|
||||
#To generate performance report
|
||||
|
Loading…
x
Reference in New Issue
Block a user