diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-06-24 13:04:27 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-06-24 13:08:04 +1000 |
commit | abb72170e4c8b7a31d8466ac0959f8953267612a (patch) | |
tree | 508ac70e8d335bbbeb8000e0d05ca9cdc708b133 /selftest | |
parent | 54d8836a84eeeefe6310a1a064d416b55aa169b8 (diff) | |
download | samba-abb72170e4c8b7a31d8466ac0959f8953267612a.tar.gz samba-abb72170e4c8b7a31d8466ac0959f8953267612a.tar.bz2 samba-abb72170e4c8b7a31d8466ac0959f8953267612a.zip |
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
Diffstat (limited to 'selftest')
-rwxr-xr-x | selftest/selftest.pl | 2 | ||||
-rw-r--r-- | selftest/target/Samba4.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl index 23434fc86c..af45c718de 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -629,7 +629,7 @@ sub write_clientconf($$$) lock dir = $clientdir/lockdir ncalrpc dir = $clientdir/ncalrpcdir name resolve order = file bcast - panic action = $RealBin/gdb_backtrace \%PID\% \%PROG\% + panic action = $RealBin/gdb_backtrace \%PID\% max xmit = 32K notify:inotify = false ldb:nosync = true 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 |