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

change: require explicit env var for Valgrind to exit on first error. #170

Closed xiaocang closed 1 month ago

xiaocang commented 1 month ago

Add TEST_NGINX_VALGRIND_EXIT_ON_FIRST_ERR environment variable. When set, Valgrind will exit on the first error encountered. This allows for more granular control over Valgrind's behavior in tests.