Explorar o código

testsuite: comment out non-existing 'other_location' (fixes https://trac.osgeo.org/grass/ticket/3770)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@74468 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler %!s(int64=6) %!d(string=hai) anos
pai
achega
6e079c8244
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      testsuite/examples/test_framework_GRASS_GIS_with_NC.sh

+ 2 - 2
testsuite/examples/test_framework_GRASS_GIS_with_NC.sh

@@ -123,8 +123,8 @@ $PYTHON $GRASS_MULTI_RUNNER \
     --grassbin $GRASSBIN \
     --grasssrc $GRASSSRC \
     --grassdata $GRASSDATA \
-    --location $SAMPLEDATA --location-type nc \
-    --location other_location --location-type other_type
+    --location $SAMPLEDATA --location-type nc # \
+#    --location other_location --location-type other_type
 
 # create overall report of all so far executed tests
 # the script depends on GRASS but just Python part is enough