From a0df641dc3a4d01d48b6ed899f8e10aaf8d4bf2b Mon Sep 17 00:00:00 2001 From: Joe Stringer Date: Fri, 7 Feb 2014 15:38:07 -0800 Subject: [PATCH] tests: Don't rely on strace for IPv6 IDL testcases. This would cause testsuite failures if someone runs the testsuite without strace installed. Signed-off-by: Joe Stringer Signed-off-by: Ben Pfaff --- tests/ovsdb-idl.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ovsdb-idl.at b/tests/ovsdb-idl.at index 0c6d7df16..89752f0f6 100644 --- a/tests/ovsdb-idl.at +++ b/tests/ovsdb-idl.at @@ -87,7 +87,7 @@ m4_define([OVSDB_CHECK_IDL_TCP6_PY], m4_if([$2], [], [], [AT_CHECK([ovsdb-client transact "tcp:[[::1]]:$TCP_PORT" $2], [0], [ignore], [ignore], [kill `cat pid`])]) - AT_CHECK([strace $PYTHON $srcdir/test-ovsdb.py -t10 idl $srcdir/idltest.ovsschema tcp:[[::1]]:$TCP_PORT $3], + AT_CHECK([$PYTHON $srcdir/test-ovsdb.py -t10 idl $srcdir/idltest.ovsschema tcp:[[::1]]:$TCP_PORT $3], [0], [stdout], [ignore], [kill `cat pid`]) AT_CHECK([sort stdout | ${PERL} $srcdir/uuidfilt.pl]m4_if([$6],,, [[| $6]]), [0], [$4], [], [kill `cat pid`]) -- 2.43.0