[cig-commits] [commit] master: Small fix for running tests with latest automake. (4d71303)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Sep 30 08:33:50 PDT 2014


Repository : https://github.com/geodynamics/pylith

On branch  : master
Link       : https://github.com/geodynamics/pylith/compare/af6c1bafa8108dbb6af73eb67fbfdef34dd9601f...4d71303d5e187da89f7cf8079725dda499c16893

>---------------------------------------------------------------

commit 4d71303d5e187da89f7cf8079725dda499c16893
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Tue Sep 30 08:33:13 2014 -0700

    Small fix for running tests with latest automake.


>---------------------------------------------------------------

4d71303d5e187da89f7cf8079725dda499c16893
 check.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/check.am b/check.am
index 8498b93..b8c222b 100644
--- a/check.am
+++ b/check.am
@@ -19,7 +19,7 @@
 AM_CPPFLAGS = -I$(top_srcdir)/libsrc
 
 
-check-local: $(TEST_LOGS)
+check-local: check-TESTS
 	for f in $(TEST_LOGS); do printf "\n=== $$f ===\n\n"; cat $$f; done
 
 



More information about the CIG-COMMITS mailing list