On Thu, Aug 16, 2018 at 07:31:39PM +0300, Alin Gabriel Serdean wrote: > 2714. ovn-nbctl.at:1443: testing ovn-nbctl - commands parser error paths > > fails due to: > ovn-nbctl.at:1443: ovn-nbctl --if-exists=foo list Logical_Switch > stderr: > ovn-nbctl: option '--if-exists=foo' requires an argument > ./ovn-nbctl.at:1443: grep 'option .* doesn'\''t allow an argument' stderr > stdout: > ./ovn-nbctl.at:1443: exit code was 1, expected 0 > > This is due to the difference between getopt BSD and GNU variant. > > Signed-off-by: Alin Gabriel Serdean <[email protected]> > Acked-by: Ben Pfaff <[email protected]> > --- > v2: Change grep to egrep and drop the '\|' as suggested by Ben
Acked-by: Ben Pfaff <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
