diff options
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): |