Merge "Display puppet apply results right after running"
This commit is contained in:
commit
c980672d9c
@ -105,5 +105,3 @@ find applytest -name 'puppetapplytest*.final' -print0
|
|||||||
find applytest -name 'puppetapplytest*.final' -print0 | \
|
find applytest -name 'puppetapplytest*.final' -print0 | \
|
||||||
xargs -0 -P $(nproc) -n 1 -I filearg \
|
xargs -0 -P $(nproc) -n 1 -I filearg \
|
||||||
./tools/test_puppet_apply.sh filearg
|
./tools/test_puppet_apply.sh filearg
|
||||||
|
|
||||||
cat applytest/*.out
|
|
||||||
|
@ -20,4 +20,5 @@ echo "##" > $fileout
|
|||||||
cat $file > $fileout
|
cat $file > $fileout
|
||||||
sudo puppet apply --modulepath=${MODULE_PATH} --color=false --noop --verbose --debug $file >/dev/null 2>> $fileout
|
sudo puppet apply --modulepath=${MODULE_PATH} --color=false --noop --verbose --debug $file >/dev/null 2>> $fileout
|
||||||
ret=$?
|
ret=$?
|
||||||
|
cat $fileout
|
||||||
exit $ret
|
exit $ret
|
||||||
|
Loading…
Reference in New Issue
Block a user