openresty / test-nginx

Data-driven test scaffold for Nginx C module and OpenResty Lua library development
http://search.cpan.org/dist/Test-Nginx
438 stars 105 forks source link

bugfix: ensure cache dir is removed before cleanup #161

Closed leslie-tsang closed 1 year ago

leslie-tsang commented 1 year ago

The current test framework does not automatically delete the cache directory, and this PR fix it.