From abb72170e4c8b7a31d8466ac0959f8953267612a Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 24 Jun 2011 13:04:27 +1000 Subject: selftest: Remove %PROG% argument from 'panic action' The debugger or script will need to work out the binary from the PID, as %PROG% support was lost when the setup_fault() code was merged between Samba3 and Samba4. Andrew Bartlett --- selftest/target/Samba4.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'selftest/target/Samba4.pm') diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index 49bab371fc..b76fd98abd 100644 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -598,7 +598,7 @@ sub provision_raw_step1($$) name resolve order = file bcast interfaces = $ctx->{interfaces} tls dh params file = $ctx->{tlsdir}/dhparms.pem - panic action = $RealBin/gdb_backtrace \%PID% \%PROG% + panic action = $RealBin/gdb_backtrace \%PID% wins support = yes server role = $ctx->{server_role} server services = +echo -- cgit