summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-06-30 16:44:08 +0200
committerGitHub <noreply@github.com>2017-06-30 16:44:08 +0200
commit00561189fb5d85826cfc907e3a72361e1a39a591 (patch)
tree7debbcc9b075a69e39387f47eaeaa9ffb366afd8 /Makefile.pre.in
parent7eebeb8fb84e2a9cb73903a08c59cf1d3b32cee0 (diff)
downloadcpython-git-00561189fb5d85826cfc907e3a72361e1a39a591.tar.gz
buildbot: pass --fail-env-changed to regrtest (#2509)
Make tests fail if a test altered the environment.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index ee1cd4a028..5602c16546 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1035,7 +1035,7 @@ buildbottest: build_all platform
-@if which pybuildbot.identify >/dev/null 2>&1; then \
pybuildbot.identify "CC='$(CC)'" "CXX='$(CXX)'"; \
fi
- $(TESTRUNNER) -j 1 -u all -W --slowest --timeout=$(TESTTIMEOUT) $(TESTOPTS)
+ $(TESTRUNNER) -j 1 -u all -W --slowest --fail-env-changed --timeout=$(TESTTIMEOUT) $(TESTOPTS)
QUICKTESTOPTS= $(TESTOPTS) -x test_subprocess test_io test_lib2to3 \
test_multibytecodec test_urllib2_localnet test_itertools \