]> git.ipfire.org Git - thirdparty/bacula.git/commit
regress: modify arun to run a test with all possible XPARAM values
authorAlain Spineux <alain@baculasystems.com>
Thu, 4 Aug 2022 12:55:14 +0000 (14:55 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:56:59 +0000 (13:56 +0200)
commit0758138bb64540392c24bf2af8983f1f4d554bcf
tree8f654c8217b0b7469a2656b2730e26d28cb186aa
parent3e340948f17a163c4003e8265f5cbdcc34bb4cbc
regress: modify arun to run a test with all possible XPARAM values

Using the option --xparam will run tests/copy-job-test 27 times
with every SPOOLDATA_JOB, SPOOLDATA_RUN, NEXT_NODEDUP possible values:

$ grep XPARAM tests/copy-job-test
tests/copy-job-test:# XPARAM SPOOLDATA_JOB=(default|yes|no)
tests/copy-job-test:# XPARAM SPOOLDATA_RUN=(default|yes|no)
tests/copy-job-test:# XPARAM NEXT_NODEDUP=(default|yes|no)
regress/scripts/functions