From ad3ebdd460fa2fcf99d9b52fdb114fb4e3bfbb98 Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: May 23 2016 15:08:26 +0000 Subject: check the exit status of the python script and report PASS/FAIL in the console output --- diff --git a/tests/z_rpminfo/check-rpminfo.sh b/tests/z_rpminfo/check-rpminfo.sh index 78b55c4..16891fe 100755 --- a/tests/z_rpminfo/check-rpminfo.sh +++ b/tests/z_rpminfo/check-rpminfo.sh @@ -5,6 +5,7 @@ if [[ $centos_ver != 5 ]] then python "$(dirname "$(readlink -f "$0")")/check-rpminfo.py" + t_CheckExitStatus $? else echo "Skipped on CentOS 5" fi