Selaa lähdekoodia

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 6 vuotta sitten
vanhempi
commit
6e079c8244
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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