From: Pascal Packaging Team Date: Sat, 7 Oct 2017 14:12:36 +0000 (+0100) Subject: fix_tests_for_make_print_directory X-Git-Tag: archive/raspbian/3.0.2+dfsg-6+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=abfc20934c42eb87c7ddcaac94ab7852b3f1b582;p=fpc.git fix_tests_for_make_print_directory Gbp-Pq: Name fix_tests_for_make_print_directory.patch --- diff --git a/fpcsrc/tests/Makefile.fpc b/fpcsrc/tests/Makefile.fpc index 949dbc8d..f71771b7 100644 --- a/fpcsrc/tests/Makefile.fpc +++ b/fpcsrc/tests/Makefile.fpc @@ -508,7 +508,7 @@ $(MAKEINC): $(GPARMAKE) $(TEST_OUTPUTDIR) # used subdirectory. Note also that the index must be increasing for each # new call with a gap insuring that all the previous files have lower index # even if CHUNKSIZE is equal to 1. - $(MAKE) -s -f createlst.mak "TESTDIRS=$(TESTDIRS)" > testfilelist.lst + $(MAKE) --no-print-directory -s -f createlst.mak "TESTDIRS=$(TESTDIRS)" > testfilelist.lst $(Q)$(GPARMAKE) $(MAKEINC) test 1 $(CHUNKSIZE) @testfilelist.lst $(Q)$(GPARMAKE) -a $(MAKEINC) tbs 10000 $(CHUNKSIZE) $(sort $(wildcard tbs/t*.pp)) $(Q)$(GPARMAKE) -a $(MAKEINC) tbf 15000 $(CHUNKSIZE) $(sort $(wildcard tbf/t*.pp))