[PATCH] Make sure the liveimg test shuts down when it finishes.

Chris Lumens clumens at redhat.com
Mon Aug 10 14:30:32 UTC 2015


---
 tests/kickstart_tests/liveimg.ks | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/kickstart_tests/liveimg.ks b/tests/kickstart_tests/liveimg.ks
index fdead27..20c78fa 100644
--- a/tests/kickstart_tests/liveimg.ks
+++ b/tests/kickstart_tests/liveimg.ks
@@ -14,6 +14,7 @@ lang en
 timezone America/New_York
 
 rootpw qweqwe
+shutdown
 
 %post
 if [[ ! -e /etc/passwd ]]; then
-- 
2.4.3



More information about the anaconda-patches mailing list