[GRASS-SVN] r73994 - grass/branches/releasebranch_7_6/testsuite/examples

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 21 14:38:00 PST 2019


Author: neteler
Date: 2019-01-21 14:37:59 -0800 (Mon, 21 Jan 2019)
New Revision: 73994

Added:
   grass/branches/releasebranch_7_6/testsuite/examples/test_framework_GRASS_GIS_with_NC.conf
Modified:
   grass/branches/releasebranch_7_6/testsuite/examples/test_framework_GRASS_GIS_with_NC.sh
Log:
test_framework_GRASS_GIS_with_NC.sh: store configuration in separate file (trunk, r73993)

Copied: grass/branches/releasebranch_7_6/testsuite/examples/test_framework_GRASS_GIS_with_NC.conf (from rev 73993, grass/trunk/testsuite/examples/test_framework_GRASS_GIS_with_NC.conf)
===================================================================
--- grass/branches/releasebranch_7_6/testsuite/examples/test_framework_GRASS_GIS_with_NC.conf	                        (rev 0)
+++ grass/branches/releasebranch_7_6/testsuite/examples/test_framework_GRASS_GIS_with_NC.conf	2019-01-21 22:37:59 UTC (rev 73994)
@@ -0,0 +1,28 @@
+### CONFIGURATION
+#
+# computer architecture:
+ARCH=x86_64-pc-linux-gnu
+# name of binary:
+GRASSBIN=grass76
+# source code directory as full path:
+GRASSSRC="$HOME/software/grass76"
+# temporary grassdata directory
+GRASSDATA="$HOME/grassdata/tests-grassdata"
+
+# Python binary to be used (python|python3)
+PYTHON=python
+
+# here we suppose default compilation settings of GRASS GIS and no 'make install'
+# may be no|yes
+COMPILE="no"
+# configure metascript with compiler flags:
+CONFIGURE="${GRASSSRC}/conf_grass7.sh"
+
+# directory to store reports, e.g. in a subdirectory
+REPORTS="testreports"
+
+# publish report on WWW Server (not needed for local tests)
+# may be no|yes
+PUBLISH="no"
+# upload WWW dir on server for report publication (not used for local tests)
+SERVERDIR="/var/www/html/grassgistestreports"

Modified: grass/branches/releasebranch_7_6/testsuite/examples/test_framework_GRASS_GIS_with_NC.sh
===================================================================
--- grass/branches/releasebranch_7_6/testsuite/examples/test_framework_GRASS_GIS_with_NC.sh	2019-01-21 22:32:12 UTC (rev 73993)
+++ grass/branches/releasebranch_7_6/testsuite/examples/test_framework_GRASS_GIS_with_NC.sh	2019-01-21 22:37:59 UTC (rev 73994)
@@ -27,34 +27,10 @@
 ############################################################################
 
 ### CONFIGURATION
-#
-# computer architecture:
-ARCH=x86_64-pc-linux-gnu
-# name of binary:
-GRASSBIN=grass76
-# source code directory as full path:
-GRASSSRC="$HOME/software/grass76"
-# temporary grassdata directory
-GRASSDATA="$HOME/grassdata/tests-grassdata"
 
-# Python binary to be used (python|python3)
-PYTHON=python
 
-# here we suppose default compilation settings of GRASS GIS and no 'make install'
-# may be no|yes
-COMPILE="no"
-# configure metascript with compiler flags:
-CONFIGURE="${GRASSSRC}/conf_grass7.sh"
+source test_framework_GRASS_GIS_with_NC.conf
 
-# directory to store reports, e.g. in a subdirectory
-REPORTS="testreports"
-
-# publish report on WWW Server (not needed for local tests)
-# may be no|yes
-PUBLISH="no"
-# upload WWW dir on server for report publication (not used for local tests)
-SERVERDIR="/var/www/html/grassgistestreports"
-
 ######### nothing to change below
 
 set -e  # fail fast



More information about the grass-commit mailing list