From 5499f716a022845878d1d8832c926f1d61b1290d Mon Sep 17 00:00:00 2001 From: litingt Date: Tue, 7 May 2019 03:34:21 -0400 Subject: [PATCH] update to add more debug information in case rpower_wrongpasswd --- xCAT-test/autotest/testcase/rpower/rpower_wrongpasswd_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-test/autotest/testcase/rpower/rpower_wrongpasswd_test.sh b/xCAT-test/autotest/testcase/rpower/rpower_wrongpasswd_test.sh index 45b1b1891..766de4673 100755 --- a/xCAT-test/autotest/testcase/rpower/rpower_wrongpasswd_test.sh +++ b/xCAT-test/autotest/testcase/rpower/rpower_wrongpasswd_test.sh @@ -59,6 +59,7 @@ value=""; if [[ $output =~ $value ]];then return 0; else + echo "The expected output is \"$value\" since there password is wrong, but the real output is $output" return 1; fi }