tests: Run Python 3 tests with Python 3.
authorRussell Bryant <russell@ovn.org>
Thu, 24 Mar 2016 19:11:46 +0000 (15:11 -0400)
committerRussell Bryant <russell@ovn.org>
Thu, 24 Mar 2016 19:38:56 +0000 (15:38 -0400)
I noticed one spot where there intention was to run some tests with
Python 3, but a typo was making it still run with Python 2.

Signed-off-by: Russell Bryant <russell@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
tests/ovsdb.at

index 2e87ef3..5000713 100644 (file)
@@ -56,7 +56,7 @@ m4_define([OVSDB_CHECK_POSITIVE_PY3],
 m4_define([OVSDB_CHECK_POSITIVE_CPY],
   [OVSDB_CHECK_POSITIVE([$1 - C], [$2], [$3], [$4], [$5])
    OVSDB_CHECK_POSITIVE_PY([$1 - Python2], [$2], [$3], [$4], [$5], [$6])
-   OVSDB_CHECK_POSITIVE_PY([$1 - Python3], [$2], [$3], [$4], [$5], [$7])])
+   OVSDB_CHECK_POSITIVE_PY3([$1 - Python3], [$2], [$3], [$4], [$5], [$7])])
 
 # OVSDB_CHECK_NEGATIVE(TITLE, TEST-OVSDB-ARGS, OUTPUT, [KEYWORDS], [PREREQ])
 #