mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-28 04:21:07 -05:00
The SYSTEMTESTTOP variable is set by bin/tests/system/run.sh. When system tests are run on Windows, that variable will contain an absolute Cygwin path. In the case of the "statschannel" system test, using the unmodified SYSTEMTESTTOP variable in tests.sh causes the RNDCCMD variable to contain an invocation of a native Windows application with an absolute Cygwin path passed as a parameter, which prevents rndc from working in that system test. Until we have a cleaner solution, override SYSTEMTESTTOP with a relative path to work around the issue and thus fix the "statschannel" system test on Windows. |
||
|---|---|---|
| .. | ||
| ns2 | ||
| clean.sh | ||
| fetch.pl | ||
| mem-xml.pl | ||
| prereq.sh | ||
| server-json.pl | ||
| server-xml.pl | ||
| setup.sh | ||
| tests.sh | ||
| traffic-json.pl | ||
| traffic-xml.pl | ||
| traffic.expect.1 | ||
| traffic.expect.2 | ||
| traffic.expect.4 | ||
| traffic.expect.5 | ||
| traffic.expect.6 | ||
| zones-json.pl | ||
| zones-xml.pl | ||