mirror of
https://gitlab.com/gnuwget/wget.git
synced 2026-01-31 08:37:20 +00:00
* testenv/README: Document $WGET_PATH * testenv/test/base_test.py: Use $WGET_PATH instead ../src/wget if set Previously tests in testenv/ directory were run only on wget binary which was built from sources in src/ directory. However as a wget maintainer in a Linux distribution, I would like to be able to run upstream tests on the wget binary distributed with the distribution. This change enables one to define WGET_PATH environment variable to a path to wget binary which should be used by tests. Signed-off-by: Tomas Hozza <thozza@redhat.com>