Project

General

Profile

« Previous | Next » 

Revision 664

input.Makefile: Run tests with verbose output

View differences:

input.Makefile
117 117
testRef = $(1:.2-step.xml=.xml).ref
118 118

  
119 119
define test
120
env test=1 n=$(test_n) $(1) $(if $(+in),<$(+in)) $(+maps) >$@
120
env test=1 verbose=1 n=$(test_n) $(1) $(if $(+in),<$(+in)) $(+maps) >$@
121 121
@(set -x; $(DIFF) $(call testRef,$@) $@) 2>&1 || { e=$$?;\
122 122
echo $(emph)"To accept new test output:"$(endEmph);\
123 123
echo "$(MAKE) $@-ok --directory=$(realpath .) --makefile=../input.Makefile";\

Also available in: Unified diff