s4-fault: changed to use %d for PID, instead of %PID%
[ira/wip.git] / wintest / test-s4-howto.py
index e09f8ba7a9eb70043c4ecd6515a4b034470a5b88..6f8bc7446c423b83b109a2a7723573e352b466fc 100755 (executable)
@@ -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):