Tests: don't copy test_python_logging explicitly
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 5 Aug 2016 21:55:38 +0000 (17:55 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 5 Aug 2016 21:55:38 +0000 (17:55 -0400)
cp would fail silently in OOT builds when trying to copy
test_python_logging. This is no longer necessary as it is
generated on configure.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/regression/ust/python-logging/Makefile.am

index 0e170a4879808c95020b037ec9cf2d98f895eeec..9d7e3fe09e4f6c049d8598d8338c686d76eb4dcc 100644 (file)
@@ -1,21 +1,5 @@
 #if USE_PYTHON
 
-noinst_SCRIPTS = test_python_logging
-EXTRA_DIST = test_python_logging test.py
-
-all-local:
-       @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
-               for script in $(EXTRA_DIST); do \
-                       cp -f $(srcdir)/$$script $(builddir); \
-               done; \
-       fi
-
-clean-local:
-       rm -f *.class
-       @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
-               for script in $(EXTRA_DIST); do \
-                       rm -f $(builddir)/$$script; \
-               done; \
-       fi
+EXTRA_DIST = test.py
 
 #endif
This page took 0.025363 seconds and 4 git commands to generate.