[GRASS-dev] [GRASS GIS] #3770: [testsuite] The testsuite requires Location: "other_location"

#3770: [testsuite] The testsuite requires Location: "other_location"
-------------------------+-------------------------
Reporter: pmav99 | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone:
Component: Tests | Version: svn-trunk
Keywords: | CPU: Unspecified
Platform: Unspecified |
-------------------------+-------------------------
The testsuite requires Location: "other_location" which does not exist and
does not get downloaded by the bootstrapping code. The relevant lines on
{{{testsuite/examples/test_framework_GRASS_GIS_with_NC.sh}}} are:

{{{
# run tests for the current source code
cd $REPORTS/$CURRENT_REPORTS_DIR
$PYTHON $GRASS_MULTI_RUNNER \
     --grassbin $GRASSBIN \
     --grasssrc $GRASSSRC \
     --grassdata $GRASSDATA \
     --location nc_spm_08_grass7 --location-type nc \
     --location other_location --location-type other_type
}}}

If this is a well known location, then the bootstrapping code should
download it as well. If it is not, the it should probably be removed.

Updating the instructions at {{{
lib/python/docs/src/gunittest_running_tests.rst }}} would be nice too.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3770&gt;
GRASS GIS <https://grass.osgeo.org>

#3770: [testsuite] The testsuite requires Location: "other_location"
--------------------------+-------------------------
  Reporter: pmav99 | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: normal | Milestone:
Component: Tests | Version: svn-trunk
Resolution: fixed | Keywords:
       CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------
Changes (by neteler):

* status: new => closed
* resolution: => fixed

Comment:

In [changeset:"74468" 74468]:
{{{
#!CommitTicketReference repository="" revision="74468"
testsuite: comment out non-existing 'other_location' (fixes #3770)
}}}

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3770#comment:1&gt;
GRASS GIS <https://grass.osgeo.org>