Skip to content

Commit

Permalink
tests: Run Python 3 tests with Python 3.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
russellb committed Mar 24, 2016
1 parent 56e1859 commit fd536eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ovsdb.at
Original file line number Diff line number Diff line change
Expand Up @@ -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])
#
Expand Down

0 comments on commit fd536eb

Please sign in to comment.