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);
2727
2828# ##############################################################################
2929
30- my $test_enable_rewrite_phase = 0 ;
30+ my $test_enable_rewrite_phase = 1 ;
3131
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 ;
3434}
3535
3636print (" + 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);
2727
2828# ##############################################################################
2929
30- my $test_enable_rewrite_phase = 0 ;
30+ my $test_enable_rewrite_phase = 1 ;
3131
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 ;
3434}
3535
3636print (" + test_enable_rewrite_phase: $test_enable_rewrite_phase \n " );
You can’t perform that action at this time.
0 commit comments