[rt46602] Re-add clean.sh invocation to catz/setup.sh

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.
This commit is contained in:
Michał Kępień 2018-01-26 13:46:46 +01:00 committed by Stephen Morris
parent 451b7309ca
commit 344d05063f

View 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