On Thu, Sep 1, 2022 at 3:33 PM Eelco Chaudron <[email protected]> wrote: > >> -AT_CHECK([cat p3.pcap | awk '{print $NF}' | uniq -c | awk > >> '{$1=$1;print}'], [0], [dnl > >> +AT_CHECK([cat p3.pcap | awk 'NF{print $NF}' | uniq -c | awk > >> '{$1=$1;print}'], [0], [dnl > > > > I don't see the relation with $subject. > > Why would we need to filter out empty lines? > > Stopping tcpdump will add extra newlines to the output. Will add this to the > commit message in v3.
I realised after reverting this part and testing. Thanks for confirming. -- David Marchand _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
