fix_tests_for_make_print_directory
authorPascal Packaging Team <pkg-pascal-devel@lists.alioth.debian.org>
Sat, 3 Feb 2018 09:30:21 +0000 (09:30 +0000)
committerAbou Al Montacir <abou.almontacir@sfr.fr>
Sat, 3 Feb 2018 09:30:21 +0000 (09:30 +0000)
Gbp-Pq: Name fix_tests_for_make_print_directory.patch

fpcsrc/tests/Makefile.fpc

index 949dbc8d784e9ab9748ba0b8e7fd829fd58614cc..f71771b778356b977608b2f29d272c82bf472a9f 100644 (file)
@@ -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))