mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 06:19:19 +02:00
Use TEST_USE_LONGLOG by default, but check TEST_DISABLE_LONGLOG before setting it to 1
git-svn-id: trunk@44114 -
This commit is contained in:
parent
9ce1d0e509
commit
b77cd3a3e7
@ -2148,6 +2148,9 @@ endif
|
|||||||
ifndef TEST_OPT
|
ifndef TEST_OPT
|
||||||
TEST_OPT=
|
TEST_OPT=
|
||||||
endif
|
endif
|
||||||
|
ifndef TEST_DISABLE_LONGLOG
|
||||||
|
TEST_USE_LONGLOG=1
|
||||||
|
endif
|
||||||
override TEST_OPT+=-Fd
|
override TEST_OPT+=-Fd
|
||||||
ifndef TEST_FPC_VERSION
|
ifndef TEST_FPC_VERSION
|
||||||
TEST_FPC_COMPILERINFO:=$(shell $(TEST_FPC) -iVSPTPSOTODW)
|
TEST_FPC_COMPILERINFO:=$(shell $(TEST_FPC) -iVSPTPSOTODW)
|
||||||
|
@ -36,6 +36,11 @@ ifndef TEST_OPT
|
|||||||
TEST_OPT=
|
TEST_OPT=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Use TEST_USE_LONGLOG by default, as it transfers less data to server
|
||||||
|
ifndef TEST_DISABLE_LONGLOG
|
||||||
|
TEST_USE_LONGLOG=1
|
||||||
|
endif
|
||||||
|
|
||||||
# disable directory cache; completely loading all directories significantly
|
# disable directory cache; completely loading all directories significantly
|
||||||
# slows down running the testsuite because the programs use very few units
|
# slows down running the testsuite because the programs use very few units
|
||||||
# and most testsuite directories contain thousands of files
|
# and most testsuite directories contain thousands of files
|
||||||
|
Loading…
Reference in New Issue
Block a user