On 5/31/26 9:47 PM, Aaron Conole wrote: > Ilya Maximets <[email protected]> writes:
[...] >>> +AT_CHECK([ovs-appctl ofproto/trace br0 dnl >>> + 'in_port=p2,eth_src=00:00:00:00:00:01,eth_dst=ff:ff:ff:ff:ff:ff' >>> dnl >> >> Better to use standard '\' here, they are easier to look at in the logs. > > I originally had it '\' but changed it to dnl because previous times I > used '\' in tests I was asked to use dnl instead. I can switch. AFAIR, older versions of atotest didn't render line continuations well, but modern ones do. So, these days we should prefer standard '\' in command lines, but keep 'dnl' for comments, macros and output checking. Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
