[cig-commits] [commit] baagaard/add-release-2.1.0, baagaard/dynrup-new-lagrange, baagaard/feature-output-station-names, baagaard/feature-progress-monitor, baagaard/fix-custom-faultpc, baagaard/fix-faults-intersect, baagaard/update-autoconf, knepley/feature-petsc-fe, knepley/upgrade-petsc-3.5, knepley/upgrade-petsc-master, maint, master, next, willic3/fix-plasticity: Fix error in making source distribution. (d5e21df)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Nov 5 15:45:44 PST 2014


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

On branches: baagaard/add-release-2.1.0,baagaard/dynrup-new-lagrange,baagaard/feature-output-station-names,baagaard/feature-progress-monitor,baagaard/fix-custom-faultpc,baagaard/fix-faults-intersect,baagaard/update-autoconf,knepley/feature-petsc-fe,knepley/upgrade-petsc-3.5,knepley/upgrade-petsc-master,maint,master,next,willic3/fix-plasticity
Link       : https://github.com/geodynamics/pylith/compare/f33c75b19fd60eedb2a3405db76a1fee333bb1d7...5b6d812b1612809fea3bd331c4e5af98c25a536a

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

commit d5e21df7cc30d4c3759117c505907d00c36abb4d
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Tue Aug 19 18:01:18 2014 -0700

    Fix error in making source distribution.
    
    check_SCRIPTS -> dist_check_SCRIPTS in tests_auto.


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

d5e21df7cc30d4c3759117c505907d00c36abb4d
 tests_auto/2d/quad4/Makefile.am | 2 +-
 tests_auto/2d/tri3/Makefile.am  | 2 +-
 tests_auto/3d/hex8/Makefile.am  | 2 +-
 tests_auto/3d/tet4/Makefile.am  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests_auto/2d/quad4/Makefile.am b/tests_auto/2d/quad4/Makefile.am
index 10a7f8b..f205803 100644
--- a/tests_auto/2d/quad4/Makefile.am
+++ b/tests_auto/2d/quad4/Makefile.am
@@ -20,7 +20,7 @@ include $(top_srcdir)/check.am
 
 TESTS = testpylith.py
 
-check_SCRIPTS = testpylith.py
+dist_check_SCRIPTS = testpylith.py
 
 dist_noinst_PYTHON = \
 	TestQuad4.py \
diff --git a/tests_auto/2d/tri3/Makefile.am b/tests_auto/2d/tri3/Makefile.am
index a80988e..18a7b87 100644
--- a/tests_auto/2d/tri3/Makefile.am
+++ b/tests_auto/2d/tri3/Makefile.am
@@ -20,7 +20,7 @@ include $(top_srcdir)/check.am
 
 TESTS = testpylith.py
 
-check_SCRIPTS = testpylith.py
+dist_check_SCRIPTS = testpylith.py
 
 dist_noinst_PYTHON = \
 	TestTri3.py \
diff --git a/tests_auto/3d/hex8/Makefile.am b/tests_auto/3d/hex8/Makefile.am
index c4e91bb..1bc1e07 100644
--- a/tests_auto/3d/hex8/Makefile.am
+++ b/tests_auto/3d/hex8/Makefile.am
@@ -20,7 +20,7 @@ include $(top_srcdir)/check.am
 
 TESTS = testpylith.py
 
-check_SCRIPTS = testpylith.py
+dist_check_SCRIPTS = testpylith.py
 
 dist_noinst_PYTHON = \
 	TestHex8.py \
diff --git a/tests_auto/3d/tet4/Makefile.am b/tests_auto/3d/tet4/Makefile.am
index f3227b5..52b0a15 100644
--- a/tests_auto/3d/tet4/Makefile.am
+++ b/tests_auto/3d/tet4/Makefile.am
@@ -20,7 +20,7 @@ include $(top_srcdir)/check.am
 
 TESTS = testpylith.py
 
-check_SCRIPTS = testpylith.py
+dist_check_SCRIPTS = testpylith.py
 
 dist_noinst_PYTHON = \
 	TestTet4.py \



More information about the CIG-COMMITS mailing list