Age | Commit message (Collapse) | Author | Files | Lines |
|
metze
(This used to be commit d5b13e79233090b1bd1c2efbc910336afced015e)
|
|
--with-selftest-prefix
metze
(This used to be commit b9dc78c3ad4c636bd8356978c18313ab4277cd64)
|
|
authenticatication as well as the ntvfs/cifs layer.
Andrew Bartlett
(This used to be commit a59ec710ce546f3948bdb655dfcb98e2aa55f039)
|
|
smbd, but not Fedora DS yet) will then shut down when it looses stdin.
This avoids leaving stray slapd processes around, if we don't finish
the script to run the kill.
Also set KRB5_CONFIG in the smbd process again, as we do actually need
this...
Andrew Bartlett
(This used to be commit 24ca1e180c9c35f0e87d49c9c8f8b936b4c88572)
|
|
(This used to be commit 0e80f456e87f4c742dee3e1de3d95cd007d09bbc)
|
|
(This used to be commit 25a7eabc6bca3e7cdc0d0d0bf1b0981873fe7b83)
|
|
Andrew Bartlett
(This used to be commit 5e9f7805f067ff029bc916f5bc694d9d9001da72)
|
|
(This used to be commit e820f1d0f398a6ebfdf5be2f756f9f256d9c88d5)
|
|
makes the code a bit clearer.
(This used to be commit e3ba5ced0440e736f0f140e12a8c728f79a20bb2)
|
|
that uses the member environment.
(This used to be commit 9e3142a1bb3f3b3e06ea1a54215474d88de4d44d)
|
|
metze
(This used to be commit 31c9bd4bf2e08a979c7396a56b7bdb124bebfd01)
|
|
(This used to be commit 9e0032be03ebd6dd94c98bc6958df0cb998f487e)
|
|
Andrew Bartlett
(This used to be commit b893c63183eaec20ab0000d0c6635672c2893dce)
|
|
Andrew Bartlett
(This used to be commit 529575d07aeb269927315eaff121408c1beefa59)
|
|
and ensure that $prefix exists before it tries to create $prefix/w.
This should fix the build farm. Perhaps we should have a rm -rf
$prefix at the start of this script, as that would have found the
problem, but I want to be careful about that...
Andrew Bartlett
(This used to be commit a230261e83fd9161e60554b74cf8556f36b1af45)
|
|
- Don't set up environments until necessary
- Add --resetup-environment option
- Add 'none' environment
(This used to be commit ed0410309bfdefb0d31cb247c26b947956fb1137)
|
|
(This used to be commit b0e0c5cb94fc6d96dff9acd55ec632e3dd461b17)
|
|
This needs the pid file to be in the right spot.
Andrew Bartlett
(This used to be commit cf9993a309ffe605610e4aaa2281576f319b5df0)
|
|
- Allow tests to specify what environment they need to run in (dc and none are thecurrent supported ones).
- Move more Samba4-specific code out of the common code
(This used to be commit dbe9de10287c902f4a5ea5d431dea4a79f9b170b)
|
|
Andrew Bartlett
(This used to be commit 5c07dbd2487c5c23355ad0e3db6e9f9caf8ce145)
|
|
Wait around for the server to start, so we don't try to contact it
during it's starup phase.
Andrew Bartlett
(This used to be commit f484b0a924809dd8c9861ade8d184fb44b3b5e1f)
|
|
the logs go to a file.
Andrew Bartlett
(This used to be commit 9aaa19319718a5a8fcc1df066cbce67eaa3431d8)
|
|
changes seem to have been lost in the merge, and some variables were
not yet exported.
Andrew Bartlett
(This used to be commit ee9d9fb6c0bd3d4d01dea771025536ff83057072)
|
|
This changes the main selftest code to be in perl rather than in shell script.
The selftest script is now no longer a black box but a regular executable that takes
--help.
This adds the following features:
* "make test TESTS=foo" will run only the tests that match the regex "foo"
* ability to deal with expected failures. the suite will not warn about tests
that fail and are known to fail, but will warn about other failing tests and
tests that are succeeding tests but incorrectly marked as failing.
* ability to print a summary with all failures at the end of the run
It also opens up the way to the following features, which I hope to implement later:
* "environments", for example having a complete domains with DCs and domain members
in a testenvironment
* only set up smbd if necessary (not when running LOCAL tests, for example)
* different mktestsetup scripts per target. except for the mktestsetup script, we can
use the same infrastructure for samba 3 or windows.
(This used to be commit 38f867880beb40c691e9713f854426031310629c)
|