On 9 September 2015 at 15:38, Ben Pfaff <b...@nicira.com> wrote: > On Wed, Sep 09, 2015 at 03:36:56PM -0700, Joe Stringer wrote: >> On 2 September 2015 at 16:43, Ben Pfaff <b...@nicira.com> wrote: >> > dnl set up sFlow logging >> > -dnl ON_EXIT([kill `cat test-sflow.pid`]) >> > AT_CHECK([ovstest test-sflow --log-file --detach --no-chdir --pidfile >> > 0:127.0.0.1 > sflow.log], [0], [], [ignore]) >> > AT_CAPTURE_FILE([sflow.log]) >> > SFLOW_PORT=`parse_listening_port < test-sflow.log` >> > @@ -5192,7 +5191,6 @@ AT_XFAIL_IF([test "$IS_WIN32" = "yes"]) >> > OVS_VSWITCHD_START([add-port br0 p0 -- set Interface p0 type=dummy >> > ofport_request=1 options:ifindex=1010]) >> > >> > dnl set up sFlow logging >> > -dnl ON_EXIT([kill `cat test-sflow.pid`]) >> > AT_CHECK([ovstest test-sflow --log-file --detach --no-chdir --pidfile >> > 0:127.0.0.1 > sflow.log], [0], [], [ignore]) >> > AT_CAPTURE_FILE([sflow.log]) >> > SFLOW_PORT=`parse_listening_port < test-sflow.log` >> > @@ -5297,7 +5295,6 @@ table=0 dl_src=50:54:00:00:00:0b >> > actions=pop_mpls:0x0800,2 >> > AT_CHECK([ovs-ofctl add-flows br0 flows.txt]) >> > >> > dnl set up sFlow logging >> > -dnl ON_EXIT([kill `cat test-sflow.pid`]) >> > AT_CHECK([ovstest test-sflow --log-file --detach --no-chdir --pidfile >> > 0:127.0.0.1 > sflow.log], [0], [], [ignore]) >> > AT_CAPTURE_FILE([sflow.log]) >> > SFLOW_PORT=`parse_listening_port < test-sflow.log` >> > @@ -5391,7 +5388,7 @@ m4_define([CHECK_NETFLOW_EXPIRATION], >> > ADD_OF_PORTS([br0], 1, 2) >> >> Were these instances deliberately removing the ON_EXIT(...) call, or >> were they intended to be replaced with on_exit '...'? > > They were already commented out by "dnl" so I didn't see a reason to > replace them by anything.
Makes sense. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev