diff --git a/tools/apply-test.sh b/tools/apply-test.sh index 3231300c6d..305ffccb62 100755 --- a/tools/apply-test.sh +++ b/tools/apply-test.sh @@ -105,5 +105,3 @@ find applytest -name 'puppetapplytest*.final' -print0 find applytest -name 'puppetapplytest*.final' -print0 | \ xargs -0 -P $(nproc) -n 1 -I filearg \ ./tools/test_puppet_apply.sh filearg - -cat applytest/*.out diff --git a/tools/test_puppet_apply.sh b/tools/test_puppet_apply.sh index ec15a45d12..69f08735fb 100755 --- a/tools/test_puppet_apply.sh +++ b/tools/test_puppet_apply.sh @@ -20,4 +20,5 @@ echo "##" > $fileout cat $file > $fileout sudo puppet apply --modulepath=${MODULE_PATH} --color=false --noop --verbose --debug $file >/dev/null 2>> $fileout ret=$? +cat $fileout exit $ret