Merge "run_tests: add more debug when Puppet fails"
This commit is contained in:
commit
0ec65eb155
@ -151,6 +151,7 @@ run_puppet $SCENARIO
|
|||||||
RESULT=$?
|
RESULT=$?
|
||||||
set -e
|
set -e
|
||||||
if [ $RESULT -ne 2 ]; then
|
if [ $RESULT -ne 2 ]; then
|
||||||
|
print_header 'First Puppet run contains errors in catalog.'
|
||||||
print_header 'SELinux Alerts (1st time)'
|
print_header 'SELinux Alerts (1st time)'
|
||||||
catch_selinux_alerts
|
catch_selinux_alerts
|
||||||
exit 1
|
exit 1
|
||||||
@ -163,6 +164,7 @@ run_puppet $SCENARIO
|
|||||||
RESULT=$?
|
RESULT=$?
|
||||||
set -e
|
set -e
|
||||||
if [ $RESULT -ne 0 ]; then
|
if [ $RESULT -ne 0 ]; then
|
||||||
|
print_header 'Second Puppet run is not idempotent.'
|
||||||
print_header 'SELinux Alerts (2nd time)'
|
print_header 'SELinux Alerts (2nd time)'
|
||||||
catch_selinux_alerts
|
catch_selinux_alerts
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user