From a3ee87d67d92de302207dfea082b82d85905342c Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Thu, 23 Feb 2017 23:38:26 -0500 Subject: [PATCH] vmcheck/test.sh: output reboot details to log Clean up the output of vmcheck a bit by printing out ssh debug details and rpm-ostree status output to the log file. This will help make it easier to quickly see which tests failed (as well as helping satisfy my OCD for a nice output). Closes: #645 Approved by: cgwalters --- tests/vmcheck/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/vmcheck/test.sh b/tests/vmcheck/test.sh index 3ec4b203..c00c86a1 100755 --- a/tests/vmcheck/test.sh +++ b/tests/vmcheck/test.sh @@ -115,7 +115,7 @@ for tf in $(find . -name 'test-*.sh' | sort); do echo "Restoring vmcheck commit" >> ${LOG} vm_cmd ostree commit -b vmcheck --tree=ref=vmcheck_orig &>> ${LOG} vm_cmd ostree admin deploy vmcheck &>> ${LOG} - vm_reboot + vm_reboot &>> ${LOG} fi done