From 499a619577d0546ad4430b523b367d532623f028 Mon Sep 17 00:00:00 2001 From: hu-weihua Date: Fri, 10 Nov 2017 04:29:26 -0500 Subject: [PATCH] modify depending on baiyuan's comment --- xCAT-test/xcattest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-test/xcattest b/xCAT-test/xcattest index a220f5f15..ed1a86fda 100755 --- a/xCAT-test/xcattest +++ b/xCAT-test/xcattest @@ -1099,7 +1099,7 @@ sub load_case { if (@{$cases_to_be_run_ref}){ log_this($running_log_fd, "To run:", @{$cases_to_be_run_ref}); }else{ - log_this($running_log_fd, "To run:", "There is not valid case to run"); + log_this($running_log_fd, "To run:", "There is no valid case to run"); } } return $caseerror;