Age | Commit message (Collapse) | Author | Files | Lines |
|
This makes it easier to reproduce these tests outside the test
environment, as we rely less on environment variables.
Andrew Bartlett
|
|
The script now supports an rpc mode, which is triggered by the
presence of a fourth command line parameter "rpc"
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
mktemp requires exactly Xs at the end of the template name on SLES8
|
|
Looking for smb.conf files with find -name \*.conf would find and not
find all sorts of things that were just not valid inputs. When
restricted to under source3 it then finds no inputs in the top level
build, as it only worked on the generated smb.conf files from 'make
test' environments.
Instead, just run it on the one file we know is valid, and if we want
to run it on more files, then we can make this test run against more
environments, or specific target files.
Andrew Bartlett
|
|
This test looks for any .conf file with [global] in it, and assumes
it's a Samba3 format smb.conf file. If 'make test' has been run in
the top level build, it was finding the smb.conf files it generated.
Andrew Bartlett
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Mon Apr 4 23:50:06 CEST 2011 on sn-devel-104
|
|
we no longer . this file into other shell scripts, so we don't need
this check any more.
Andrew Bartlett
|
|
roundtrip test
|
|
This is a synonym of lock directory which is already marked invalid.
|
|
These files are not samba config files...
|
|
tests
|
|
|
|
--tmpdir is not a valid option to mktemp on older systems
|
|
This should allow us a much better chance of invoking the subunit
wrappers in the right way, at the right level.
Andrew Bartlett
|
|
|
|
|