From 7ca8cb1f428b05ebfba03e6ca9a4fae88620697c Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Thu, 20 Jul 2017 14:53:38 -0400 Subject: [PATCH] Fix tests: run plugins test wrapper script MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- tests/plugins/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/plugins/Makefile.am b/tests/plugins/Makefile.am index 3516e424..867ddd96 100644 --- a/tests/plugins/Makefile.am +++ b/tests/plugins/Makefile.am @@ -17,4 +17,4 @@ check_SCRIPTS = test-utils-muxer-complete LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/config/tap-driver.sh LOG_DRIVER_FLAGS='--merge' -TESTS = test-utils-muxer +TESTS = test-utils-muxer-complete -- 2.34.1