File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ my $t = Test::Nginx->new()->has(qw/http proxy/); #->plan(12);
27
27
28
28
# ##############################################################################
29
29
30
- my $test_enable_rewrite_phase = 0 ;
30
+ my $test_enable_rewrite_phase = 1 ;
31
31
32
- if (defined $ENV {TEST_ENABLE_REWRITE_PHASE }) {
33
- $test_enable_rewrite_phase = 1 ;
32
+ if (defined $ENV {TEST_DISABLE_REWRITE_PHASE }) {
33
+ $test_enable_rewrite_phase = 0 ;
34
34
}
35
35
36
36
print (" + test_enable_rewrite_phase: $test_enable_rewrite_phase \n " );
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ my $t = Test::Nginx->new()->has(qw/http proxy/); #->plan(12);
27
27
28
28
# ##############################################################################
29
29
30
- my $test_enable_rewrite_phase = 0 ;
30
+ my $test_enable_rewrite_phase = 1 ;
31
31
32
- if (defined $ENV {TEST_ENABLE_REWRITE_PHASE }) {
33
- $test_enable_rewrite_phase = 1 ;
32
+ if (defined $ENV {TEST_DISABLE_REWRITE_PHASE }) {
33
+ $test_enable_rewrite_phase = 0 ;
34
34
}
35
35
36
36
print (" + test_enable_rewrite_phase: $test_enable_rewrite_phase \n " );
You can’t perform that action at this time.
0 commit comments