Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
00561189
Commit
00561189
authored
Jun 30, 2017
by
Victor Stinner
Committed by
GitHub
Jun 30, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
buildbot: pass --fail-env-changed to regrtest (#2509)
Make tests fail if a test altered the environment.
parent
7eebeb8f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile.pre.in
Makefile.pre.in
+1
-1
Tools/buildbot/test.bat
Tools/buildbot/test.bat
+1
-1
No files found.
Makefile.pre.in
View file @
00561189
...
...
@@ -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
\
...
...
Tools/buildbot/test.bat
View file @
00561189
...
...
@@ -16,4 +16,4 @@ if "%1"=="+q" (set rt_opts=%rt_opts:-q=%) & shift & goto CheckOpts
if
NOT
"
%
1"
==
""
(
set
regrtest_args
=
%regrtest_args%
%
1
)
&
shift
&
goto
CheckOpts
echo
on
call
"
%here%
..\..\PCbuild\rt.bat"
%rt_opts%
-uall -rwW
-
-slowest
-
-timeout
=
1200
%regrtest_args%
call
"
%here%
..\..\PCbuild\rt.bat"
%rt_opts%
-uall -rwW
-
-slowest
-
-timeout
=
1200
-
-fail-env-changed
%regrtest_args%
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment