Add marking lines at the start and end of the setup.log

Because build.log (set -x) does not show the log by order.
This commit is contained in:
Jun Aruga 2019-05-13 20:18:14 +02:00
parent 878f0a9c48
commit d508830cf5

View File

@ -82,7 +82,9 @@ pushd .%{gem_instdir}
# See https://github.com/ged/ruby-pg/blob/master/spec/helpers.rb $VERBOSE
if ! ruby -S --verbose \
rspec -I$(dirs +1)%{gem_extdir_mri} -f d spec; then
echo "==== [setup.log start ] ===="
cat tmp_test_specs/setup.log
echo "==== [setup.log end ] ===="
false
fi
popd