From 2890824fc7c0ecbe2ffa296ace3a945bef931da5 Mon Sep 17 00:00:00 2001 From: Antoine Busque Date: Tue, 4 Aug 2015 18:29:35 -0400 Subject: [PATCH] Fix: incorrect script name in python logging test MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Antoine Busque Signed-off-by: Jérémie Galarneau --- tests/regression/ust/python-logging/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/regression/ust/python-logging/Makefile.am b/tests/regression/ust/python-logging/Makefile.am index 50920f8b5..0e170a487 100644 --- a/tests/regression/ust/python-logging/Makefile.am +++ b/tests/regression/ust/python-logging/Makefile.am @@ -1,7 +1,7 @@ #if USE_PYTHON noinst_SCRIPTS = test_python_logging -EXTRA_DIST = test_python_logging LTTngTest.py +EXTRA_DIST = test_python_logging test.py all-local: @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ -- 2.34.1