From 45e1df53298990f4f33ad10a706bd093d88a7c73 Mon Sep 17 00:00:00 2001 From: William Tu Date: Tue, 26 Jan 2016 22:21:15 -0800 Subject: [PATCH] tests: Fix unbalanced parentheses that caused build break in testcase. The current build fails at this test case: /usr/bin/m4:tests/ovs-vswitchd.at:171: recursion limit of 1024 exceeded, use -L to change it autom4te: /usr/bin/m4 failed with exit status: 1 Observed on Centos 6.5 with m4 version 1.4.13. Signed-off-by: William Tu Signed-off-by: Ben Pfaff --- tests/ovs-vswitchd.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ovs-vswitchd.at b/tests/ovs-vswitchd.at index 492b9444f..4245fc4f7 100644 --- a/tests/ovs-vswitchd.at +++ b/tests/ovs-vswitchd.at @@ -168,7 +168,7 @@ dnl ---------------------------------------------------------------------- dnl OVSDB server before release version 2.5 does not support the monitor2 dnl method. This test defeatures the OVSDB server to simulate an older dnl OVSDB server and make sure ovs-vswitchd can still work with it -AT_SETUP([ovs-vswitchd -- Compatible with OVSDB server - w/o monitor2)]) +AT_SETUP([ovs-vswitchd -- Compatible with OVSDB server - w/o monitor2]) OVS_VSWITCHD_START dnl defeature OVSDB server -- no monitor2 -- 2.20.1