From 18995cde5c5d2e647d94f9dcde4ba9261464c217 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 13 Jul 2011 17:26:31 +1000 Subject: s4-fault: changed to use %d for PID, instead of %PID% this matches the s3 behaviour Pair-Programmed-With: Andrew Bartlett --- wintest/test-s4-howto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wintest') diff --git a/wintest/test-s4-howto.py b/wintest/test-s4-howto.py index e09f8ba7a9e..6f8bc7446c4 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): -- cgit v1.2.1