[cig-commits] [commit] master: increase number of tests to 20 (2125407)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri Oct 17 11:48:43 PDT 2014


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

On branch  : master
Link       : https://github.com/geodynamics/axisem/compare/c330f274277e6e4afc947b04543e75151372e3f2...2125407ff45c6576784a2169142d63e16d8913cc

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

commit 2125407ff45c6576784a2169142d63e16d8913cc
Author: Simon Stähler <staehler at geophysik.uni-muenchen.de>
Date:   Fri Oct 17 20:49:00 2014 +0200

    increase number of tests to 20


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

2125407ff45c6576784a2169142d63e16d8913cc
 TESTING/test_nightly_axisem.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TESTING/test_nightly_axisem.py b/TESTING/test_nightly_axisem.py
index dd7b251..c294c85 100644
--- a/TESTING/test_nightly_axisem.py
+++ b/TESTING/test_nightly_axisem.py
@@ -17,7 +17,7 @@ parser = argparse.ArgumentParser(description=
     'Run nightly tests for the axisem solver.')
 
 parser.add_argument('-t', '--test', help='run only selected tests',
-                    choices=range(1,20), type=int)
+                    choices=range(1,21), type=int)
 parser.add_argument('-a', '--all', help='run all tests', action='store_const',
                     const=True, default=False)
 args = parser.parse_args()



More information about the CIG-COMMITS mailing list