On Thu, Oct 13, 2016 at 03:08:46PM -0400, Lance Richardson wrote: > Doing 'make check TESTSUITEFLAGS="1876-1881"' executes these test > cases: > 1876: ovsdb-server/read-only ptcp connection ok > 1877: ovsdb-server/read-only punix connection ok > 1878: ovsdb-server/read-only pssl connection ok > 1879: ovsdb-server/read-only tcp connection ok > 1880: ovsdb-server/read-only unix connection ok > 1881: ovsdb-server/read-only ssl connection ok > > But doing 'make check TESTSUITEFLAGS="-k read-only"' only executes > these: > 1876: ovsdb-server/read-only ptcp connection ok > 1877: ovsdb-server/read-only punix connection ok > 1879: ovsdb-server/read-only tcp connection ok > 1880: ovsdb-server/read-only unix connection ok > > Shouldn't they all match the "read-only" keyword??
Autotest is really dumb when it comes to defining a "word". It thinks that "ovsdb-server/read-only" is a single word. (Some of them did match because you included AT_KEYWORDS([read-only]) in them.) _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
