File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1035,7 +1035,7 @@ buildbottest: build_all platform
10351035 -@if which pybuildbot.identify >/dev/null 2>&1; then \
10361036 pybuildbot.identify "CC='$(CC)'" "CXX='$(CXX)'"; \
10371037 fi
1038- $(TESTRUNNER) -j 1 -u all -W --slowest --timeout=$(TESTTIMEOUT) $(TESTOPTS)
1038+ $(TESTRUNNER) -j 1 -u all -W --slowest --fail-env-changed -- timeout=$(TESTTIMEOUT) $(TESTOPTS)
10391039
10401040QUICKTESTOPTS= $(TESTOPTS) -x test_subprocess test_io test_lib2to3 \
10411041 test_multibytecodec test_urllib2_localnet test_itertools \
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ if "%1"=="+q" (set rt_opts=%rt_opts:-q=%) & shift & goto CheckOpts
1616if NOT " %1 " == " " (set regrtest_args=%regrtest_args% %1 ) & shift & goto CheckOpts
1717
1818echo on
19- call " %here% ..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --slowest --timeout=1200 %regrtest_args%
19+ call " %here% ..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --slowest --timeout=1200 --fail-env-changed %regrtest_args%
You can’t perform that action at this time.
0 commit comments