From: Stephen Morris Date: Wed, 20 Dec 2017 14:53:07 +0000 (+0000) Subject: [rt46602] Minor tidying up of documentation X-Git-Tag: v9.13.0~158^2~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce66752adc22ff5f59afe212eccb5c0711ec0ba6;p=thirdparty%2Fbind9.git [rt46602] Minor tidying up of documentation --- diff --git a/bin/tests/system/Makefile.in b/bin/tests/system/Makefile.in index 50e850530de..4b780c84a20 100644 --- a/bin/tests/system/Makefile.in +++ b/bin/tests/system/Makefile.in @@ -60,13 +60,13 @@ parallel.mk: for directory in $(PARALLEL) ; do \ echo "" >> $@ ; \ echo "$$directory:" >> $@ ; \ - echo " @$(SHELL) ./run.sh -r -p $$port $$directory | tee $$directory/test.output" >> $@ ; \ + echo " @$(SHELL) ./run.sh -r -p $$port $$directory 2>&1 | tee $$directory/test.output" >> $@ ; \ port=`expr $$port + 100` ; \ done # Targets to run the tests. -test: parallel.mk +test: parallel.mk subdirs @$(MAKE) -f parallel.mk check @$(SHELL) ./runsequential.sh -r @$(SHELL) ./testsummary.sh @@ -75,10 +75,9 @@ check: test # Other targets: # -# testclean - delete files generated by running tests -# clean - As for testclean, but also delete files built for the tests by "make" -# distclean - As for clean, but also delete test-related files generated by -# "configure" +# testclean - delete files generated by running tests. +# clean - testclean + also delete files built for the tests by "make". +# distclean - clean + also delete test-related files generated by "configure". testclean clean distclean:: if test -f ./cleanall.sh; then $(SHELL) ./cleanall.sh; fi