#!/usr/bin/env tesh
p Testing option --cfg=debug/breakpoint
! expect signal SIGTRAP
$ ${bindir:=.}/s4u-comm-pingpong ${platfdir}/small_platform.xml "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n" --cfg=debug/breakpoint:3.1416
> [ 0.000000] (0:maestro@) Configuration change: Set 'debug/breakpoint' to '3.1416'
> [ 0.000000] (1:pinger@Tremblay) Ping from mailbox Mailbox 1 to mailbox Mailbox 2
> [ 0.000000] (2:ponger@Jupiter) Pong from mailbox Mailbox 2 to mailbox Mailbox 1
> [ 0.019014] (2:ponger@Jupiter) Payload received : small communication (latency bound)
> [ 0.019014] (2:ponger@Jupiter) Ping time (latency bound) 0.019014
> [ 0.019014] (2:ponger@Jupiter) payload = 0.019
|