From 11ee23489669ce81ef93306d62d79c296398786b Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Mon, 27 Nov 2017 10:55:53 -0500 Subject: [PATCH] Add space between at and the time --- xCAT-test/xcattest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-test/xcattest b/xCAT-test/xcattest index 2ddc8f679..6ff168d60 100755 --- a/xCAT-test/xcattest +++ b/xCAT-test/xcattest @@ -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