s3-test Make samba3.blackbox.net.local.registry.roundtrip reliable
authorAndrew Bartlett <abartlet@samba.org>
Wed, 27 Apr 2011 10:29:16 +0000 (20:29 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 27 Apr 2011 11:10:30 +0000 (21:10 +1000)
commit9e29b09d3928398dce1c15bb017cf840a0df597e
treed5bba40dfaa7dba4dbcdf85049da9b301dda8db3
parenta60889e00695ce2b0c85f01654d4fd42a892b009
s3-test Make samba3.blackbox.net.local.registry.roundtrip reliable

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
source3/script/tests/test_net_registry_roundtrip.sh