From 720b9cd1eff0cf5f7f26967c2397254e18396423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Van=20Canneyt?= Date: Fri, 17 Jan 2025 11:35:02 +0100 Subject: [PATCH] * Rename testlist to tasklist --- tests/utils/dbdigest.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/utils/dbdigest.pp b/tests/utils/dbdigest.pp index 8652df4a17..761b7d2d1c 100644 --- a/tests/utils/dbdigest.pp +++ b/tests/utils/dbdigest.pp @@ -244,7 +244,7 @@ begin 'r','relsrcdir': aConfig.relsrcdir:=aValue; 'V','verbose': DoVerbose:=True; 'sql': dosql:=true; - 'T','threadlist' : ; // treated elsewhere + 'T','tasklist' : ; // treated elsewhere 'j','threadcount' : ; // treated elsewhere 'compilerdate': aData.CompilerDate:=aValue; 'compilerfullversion': aData.CompilerFullVersion:=aValue; @@ -316,7 +316,7 @@ begin Writeln('-r --relsrcdir relative source dir'); Writeln('-S --testsrcdir test source dir'); Writeln('-u --username=USER database user name'); - Writeln('-T --threadlist=FILE file with configuration file names to imports.'); + Writeln('-T --tasklist=FILE file with configuration file names to imports.'); Writeln('-j --threadcount=N Number of threads to use'); Writeln('-V --verbose be more verbose'); Writeln('Test run data:'); @@ -513,7 +513,7 @@ var begin Result:=False; - lFileName:=GetOptionValue('T','threadlist'); + lFileName:=GetOptionValue('T','tasklist'); if not FileExists(lFileName) then begin Verbose(V_Normal,'No such file :'+lFileName);