Age | Commit message (Collapse) | Author | Files | Lines |
|
we no longer . this file into other shell scripts, so we don't need
this check any more.
Andrew Bartlett
|
|
This should allow us a much better chance of invoking the subunit
wrappers in the right way, at the right level.
Andrew Bartlett
|
|
With the old output, failures would go unnoticed by selftest.
|
|
Thanks to Andreas for pointing this out.
Guenther
|
|
So that caller can overwrite the functions.
metze
|
|
Use whole argument string in test_one_global_option(), not only first.
Michael
|
|
as suggested by Karolin.
That is what it really means. And per-share logic tests will be
disabled by the same switch, too...
Michael
(This used to be commit 5b8a4c33482917a1ef7071df224957ba831d853a)
|
|
Michael
(This used to be commit 32f4b1443af12026c419684be45a7d8b96ccfaac)
|
|
This is a first testparm/lp_load test that runs testparm on a couple
of configuration files. The main purpose for now is to test the options
that have special handlers (to check whether the handlers succeed).
In particular, all the Macro expansions that are available via
alloc_sub_basic() are tested with the include handler. This is to
catch such crashbugs as #5548 where %m expansion led to a segfault.
The tests now are very simple. Just check if testparm completes
successfully on the given config files. This can (and should) be
elaborated in the future.
Michael
(This used to be commit eb28146d40b8a8bc2c20b8d222abf191ea178d5a)
|