mirror of
https://github.com/samba-team/samba.git
synced 2025-01-03 01:18:10 +03:00
selftest: Apply rename filepath arguments so binary mapping doesn't have to.
Signed-off-by: Adrian Cochrane <adrianc@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
873d3ccd48
commit
47ad5d27eb
@ -161,7 +161,7 @@ samba3srcdir = source3dir()
|
||||
bbdir = os.path.join(srcdir(), "testprogs/blackbox")
|
||||
configuration = "--configfile=$SMB_CONF_PATH"
|
||||
|
||||
smbtorture4 = binpath("smbtorture4")
|
||||
smbtorture4 = binpath("smbtorture")
|
||||
smbtorture4_testsuite_list = subprocess.Popen([smbtorture4, "--list-suites"], stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate("")[0].splitlines()
|
||||
|
||||
smbtorture4_options = [
|
||||
@ -187,9 +187,9 @@ def smbtorture4_testsuites(prefix):
|
||||
return filter(lambda x: x.startswith(prefix), smbtorture4_testsuite_list)
|
||||
|
||||
|
||||
smbclient3 = binpath('smbclient3')
|
||||
smbclient3 = binpath('smbclient')
|
||||
smbtorture3 = binpath('smbtorture3')
|
||||
ntlm_auth3 = binpath('ntlm_auth3')
|
||||
ntlm_auth3 = binpath('ntlm_auth')
|
||||
net = binpath('net')
|
||||
scriptdir = os.path.join(srcdir(), "script/tests")
|
||||
|
||||
|
@ -1558,7 +1558,7 @@ sub wait_for_start($$$$$)
|
||||
|
||||
my $count = 0;
|
||||
do {
|
||||
$ret = system(Samba::bindir_path($self, "smbclient3") ." $envvars->{CONFIGURATION} -L $envvars->{SERVER} -U% -p 139");
|
||||
$ret = system(Samba::bindir_path($self, "smbclient") ." $envvars->{CONFIGURATION} -L $envvars->{SERVER} -U% -p 139");
|
||||
if ($ret != 0) {
|
||||
sleep(2);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user