@@ -60,10 +60,10 @@ Custom options for test_partdiff:
6060 --valgrind Use valgrind to execute the given executable.
6161 --max-num-tests=n Only perform n tests (default: 0 == unlimited).
6262 --reference-source={auto,cache,impl}
63- Select the source of the reference output (cache == use
64- only cached output from disk; impl == always execute
65- reference implementation; auto (default) == try cache
66- and fall back to impl).
63+ Select the source of the reference output (cache
64+ (default) == use only cached output from disk; impl ==
65+ always execute reference implementation; auto == try
66+ cache and fall back to impl).
6767 --num-threads=n Run the tests with n threads (default: 1). Comma-
6868 separated lists and number ranges are supported (e.g.
6969 " 1-3,5-6" ).
@@ -132,9 +132,9 @@ If `n=0`, all tests are performed.
132132
133133Control which data source is used to obtain the reference output:
134134
135- - ` cache ` ==> Load from ` reference_output ` only
135+ - ` cache ` (default) ==> Load from ` reference_output ` only
136136- ` impl ` ==> Start partdiff in ` reference_implementation ` only
137- - ` auto ` (default) ==> Try to read from ` reference_output ` and fall back to reference impl, if data is not available
137+ - ` auto ` ==> Try to read from ` reference_output ` and fall back to reference impl, if data is not available
138138
139139### ` num-threads `
140140
0 commit comments