From df26007afb54893dcafe6a87a7a6134e89a07b89 Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Jun 12 2015 17:10:06 +0000 Subject: added yum list to show all available/used packages for the test --- diff --git a/tests/0_common/20_upgrade_all.sh b/tests/0_common/20_upgrade_all.sh index 49affe6..d15a082 100755 --- a/tests/0_common/20_upgrade_all.sh +++ b/tests/0_common/20_upgrade_all.sh @@ -4,4 +4,8 @@ t_Log "Running $0 - test that all updates can be applied to this machine cleanly yum -d0 -y upgrade +t_Log "Running $0 - listing all used/available packages" + +yum list + t_CheckExitStatus $?