[GRASS-SVN] r74158 - grass/trunk/testsuite/examples

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Mar 5 14:28:52 PST 2019


Author: neteler
Date: 2019-03-05 14:28:52 -0800 (Tue, 05 Mar 2019)
New Revision: 74158

Modified:
   grass/trunk/testsuite/examples/test_framework_GRASS_GIS_with_NC.conf
   grass/trunk/testsuite/examples/test_framework_GRASS_GIS_with_NC.sh
Log:
test_framework_GRASS_GIS_with_NC.sh: avoid hardcoded path; usage mesg cosmetics (fixes #3769)

Modified: grass/trunk/testsuite/examples/test_framework_GRASS_GIS_with_NC.conf
===================================================================
--- grass/trunk/testsuite/examples/test_framework_GRASS_GIS_with_NC.conf	2019-03-05 15:44:30 UTC (rev 74157)
+++ grass/trunk/testsuite/examples/test_framework_GRASS_GIS_with_NC.conf	2019-03-05 22:28:52 UTC (rev 74158)
@@ -3,7 +3,7 @@
 # name of binary:
 GRASSBIN=grass77
 # source code directory as full path:
-GRASSSRC="$HOME/software/grass77"
+GRASSSRC="$(realpath ../../)"
 # temporary grassdata directory
 GRASSDATA="$HOME/grassdata/tests-grassdata"
 

Modified: grass/trunk/testsuite/examples/test_framework_GRASS_GIS_with_NC.sh
===================================================================
--- grass/trunk/testsuite/examples/test_framework_GRASS_GIS_with_NC.sh	2019-03-05 15:44:30 UTC (rev 74157)
+++ grass/trunk/testsuite/examples/test_framework_GRASS_GIS_with_NC.sh	2019-03-05 22:28:52 UTC (rev 74158)
@@ -35,7 +35,7 @@
   $0 [conf_file]
 
 Example:
-  $0 ${CONF}
+  $0 ./${CONF}
 "
 }
 



More information about the grass-commit mailing list