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:
parent
878f0a9c48
commit
d508830cf5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user