Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
5e87592f
Kaydet (Commit)
5e87592f
authored
Tem 03, 2017
tarafından
Victor Stinner
Kaydeden (comit)
GitHub
Tem 03, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-30764: Fix regrtest --fail-env-changed --forever (#2536)
--forever now stops if a fail changes the environment.
üst
34b54873
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
main.py
Lib/test/libregrtest/main.py
+3
-1
No files found.
Lib/test/libregrtest/main.py
Dosyayı görüntüle @
5e87592f
...
@@ -415,6 +415,8 @@ class Regrtest:
...
@@ -415,6 +415,8 @@ class Regrtest:
yield
test
yield
test
if
self
.
bad
:
if
self
.
bad
:
return
return
if
self
.
ns
.
fail_env_changed
and
self
.
environment_changed
:
return
def
display_header
(
self
):
def
display_header
(
self
):
# Print basic platform information
# Print basic platform information
...
@@ -478,7 +480,7 @@ class Regrtest:
...
@@ -478,7 +480,7 @@ class Regrtest:
result
=
"FAILURE"
result
=
"FAILURE"
elif
self
.
interrupted
:
elif
self
.
interrupted
:
result
=
"INTERRUPTED"
result
=
"INTERRUPTED"
elif
self
.
environment_changed
and
self
.
ns
.
fail_env
_changed
:
elif
self
.
ns
.
fail_env_changed
and
self
.
environment
_changed
:
result
=
"ENV CHANGED"
result
=
"ENV CHANGED"
else
:
else
:
result
=
"SUCCESS"
result
=
"SUCCESS"
...
...
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