]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[rt46602] Re-add clean.sh invocation to catz/setup.sh
authorMichał Kępień <michal@isc.org>
Fri, 26 Jan 2018 12:46:46 +0000 (13:46 +0100)
committerStephen Morris <stephen@isc.org>
Fri, 16 Feb 2018 16:09:49 +0000 (16:09 +0000)
Commit 57aa7b60fd caused catz/setup.sh to no longer call clean.sh, which
results in the catz system test failing on subsequent runs if the first
run is interrupted or fails.

bin/tests/system/catz/setup.sh

index 02fc258c083d0a7d832582cc5dfe25bae34b58f9..faa9fbec5c05c3f58d1fd31724c1007514bbb8a6 100644 (file)
@@ -9,6 +9,8 @@
 SYSTEMTESTTOP=..
 . $SYSTEMTESTTOP/conf.sh
 
+$SHELL clean.sh
+
 copy_setports ns1/named.conf.in ns1/named.conf
 copy_setports ns2/named.conf.in ns2/named.conf
 copy_setports ns3/named.conf.in ns3/named.conf