diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-07-13 17:26:31 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-07-13 12:51:05 +0200 |
commit | 18995cde5c5d2e647d94f9dcde4ba9261464c217 (patch) | |
tree | 2c7f286a432f23a99ae1cb3fa8f4ffb6f7c130b3 /wintest | |
parent | 80c8f42f058bdcdf639037927c5941190f019a67 (diff) | |
download | samba-18995cde5c5d2e647d94f9dcde4ba9261464c217.tar.gz samba-18995cde5c5d2e647d94f9dcde4ba9261464c217.tar.bz2 samba-18995cde5c5d2e647d94f9dcde4ba9261464c217.zip |
s4-fault: changed to use %d for PID, instead of %PID%
this matches the s3 behaviour
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'wintest')
-rwxr-xr-x | wintest/test-s4-howto.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wintest/test-s4-howto.py b/wintest/test-s4-howto.py index e09f8ba7a9..6f8bc7446c 100755 --- a/wintest/test-s4-howto.py +++ b/wintest/test-s4-howto.py @@ -50,7 +50,7 @@ def start_s4(t): t.chdir("${PREFIX}") t.run_cmd('killall -9 -q samba smbd nmbd winbindd', checkfail=False) t.run_cmd(['sbin/samba', - '--option', 'panic action=gnome-terminal -e "gdb --pid %PID%"']) + '--option', 'panic action=gnome-terminal -e "gdb --pid %d"']) t.port_wait("${INTERFACE_IP}", 139) def test_smbclient(t): |