From: Antoine Busque Date: Tue, 4 Aug 2015 22:29:35 +0000 (-0400) Subject: Fix: incorrect script name in python logging test X-Git-Tag: v2.8.0-rc1~509 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=2890824fc7c0ecbe2ffa296ace3a945bef931da5 Fix: incorrect script name in python logging test Signed-off-by: Antoine Busque Signed-off-by: Jérémie Galarneau --- 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 \