Opened 5 years ago

Closed 5 years ago

#3770 closed defect (fixed)

[testsuite] The testsuite requires Location: "other_location"

Reported by: pmav99 Owned by: grass-dev@…
Priority: normal Milestone:
Component: Tests Version: svn-trunk
Keywords: Cc:
CPU: Unspecified Platform: Unspecified

Description

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.

Change History (1)

comment:1 by neteler, 5 years ago

Resolution: fixed
Status: newclosed

In 74468:

testsuite: comment out non-existing 'other_location' (fixes #3770)

Note: See TracTickets for help on using tickets.