[PATCH 1/3] Allow successful kstest results to provide more details.

Chris Lumens clumens at redhat.com
Thu Jun 4 20:07:33 UTC 2015


---
 tests/kickstart_tests/functions.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/kickstart_tests/functions.sh b/tests/kickstart_tests/functions.sh
index 4b0eb70..01c2f2b 100644
--- a/tests/kickstart_tests/functions.sh
+++ b/tests/kickstart_tests/functions.sh
@@ -47,7 +47,7 @@ validate() {
     if [[ $? != 0 ]]; then
         status=1
         echo '*** /root/RESULT does not exist in VM image.'
-    elif [[ "${result}" != "SUCCESS" ]]; then
+    elif [[ "${result}" != SUCCESS* ]]; then
         status=1
         echo "${result}"
     fi
-- 
2.2.2



More information about the anaconda-patches mailing list