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 --- selftest/selftest.pl | 2 +- selftest/target/Samba4.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'selftest') diff --git a/selftest/selftest.pl b/selftest/selftest.pl index 808be222bb..218f83ba14 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -643,7 +643,7 @@ sub write_clientconf($$$) cache dir = $clientdir/cachedir ncalrpc dir = $clientdir/ncalrpcdir name resolve order = file bcast - panic action = $RealBin/gdb_backtrace \%PID\% + panic action = $RealBin/gdb_backtrace \%d max xmit = 32K notify:inotify = false ldb:nosync = true diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index 2bb74ca785..2610232c58 100644 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -606,7 +606,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% + panic action = $RealBin/gdb_backtrace \%d wins support = yes server role = $ctx->{server_role} server services = +echo -- cgit