We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f671c6a commit adb3f14Copy full SHA for adb3f14
t/163-signal.t
@@ -5,6 +5,9 @@ our $SkipReason;
5
BEGIN {
6
if ($ENV{TEST_NGINX_USE_HUP}) {
7
$SkipReason = "unavailable under hup test mode";
8
+
9
+ } elsif ($ENV{TEST_NGINX_CHECK_LEAK}) {
10
+ $SkipReason = "unavailable under check leak test mode";
11
}
12
13
0 commit comments