bind9/bin
Michał Kępień ebedeffa25 Correctly invoke stop.pl when start.pl fails
MR !1141 broke the way stop.pl is invoked when start.pl fails:

  - start.pl changes the working directory to $testdir/$server before
    attempting to start $server,

  - commit 27ee629e6b causes the $testdir
    variable in stop.pl to be determined using the $SYSTEMTESTTOP
    environment variable, which is set to ".." by all tests.sh scripts,

  - commit e227815af5 makes start.pl pass
    $test (the test's name) rather than $testdir (the path to the test's
    directory) to stop.pl when a given server fails to start.

Thus, when a server is restarted from within a tests.sh script and such
a restart fails, stop.pl attempts to look for the server directory in a
nonexistent location ($testdir/$server/../$test, i.e. $testdir/$test,
instead of $testdir/../$test).  Fix the issue by changing the working
directory before stop.pl is invoked in the scenario described above.

(cherry picked from commit 4afad2a047)
2019-03-19 10:28:59 +01:00
..
check doc rebuild 2019-02-20 19:54:40 -08:00
confgen doc rebuild 2019-02-20 19:54:40 -08:00
delv doc rebuild 2019-02-20 19:54:40 -08:00
dig doc rebuild 2019-02-20 19:54:40 -08:00
dnssec cleanup: use dns_secalg_t and dns_dsdigest_t where appropriate 2019-03-08 22:25:27 +11:00
named use client->query.qname 2019-03-11 11:27:45 -07:00
nsupdate Make nsupdate use OS-supplied ephemeral port range 2019-03-06 14:03:09 +01:00
pkcs11 pkcs11-kegen build failed if ECDSA was not supported 2019-03-14 13:15:21 +11:00
python explicitly convert byte to string 2019-03-06 21:15:10 -08:00
rndc doc rebuild 2019-02-20 19:54:40 -08:00
tests Correctly invoke stop.pl when start.pl fails 2019-03-19 10:28:59 +01:00
tools doc rebuild 2019-02-20 19:54:40 -08:00
win32/BINDInstall Remove $Id markers, Principal Author and Reviewed tags from the full source tree 2018-05-11 14:25:15 +02:00
Makefile.in update file headers to remove copyright years 2018-03-14 16:40:20 -07:00