From fe49616615198d852f115c649c33acad3eca3714 Mon Sep 17 00:00:00 2001 From: Pascal Packaging Team Date: Sun, 12 Nov 2017 16:13:55 +0000 Subject: [PATCH] fix_tests_for_make_print_directory Gbp-Pq: Name fix_tests_for_make_print_directory.patch --- fpcsrc/tests/Makefile.fpc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.30.2