Fix: typo in pythong test Makefile
authorDavid Goulet <dgoulet@efficios.com>
Sat, 25 Oct 2014 20:47:31 +0000 (16:47 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Sat, 25 Oct 2014 20:47:31 +0000 (16:47 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
tests/regression/ust/python-logging/Makefile.am

index 34a8deee18b7aab0b6a68ede9f26853abdd900ce..50920f8b5043e56db4ab58f8b33048d2722c5e2e 100644 (file)
@@ -1,7 +1,7 @@
 #if USE_PYTHON
 
 noinst_SCRIPTS = test_python_logging
-EXTRA_DIST = test_python_logging LTTngPython.py
+EXTRA_DIST = test_python_logging LTTngTest.py
 
 all-local:
        @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
This page took 0.02481 seconds and 4 git commands to generate.