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
3f55e592
Kaydet (Commit)
3f55e592
authored
Ock 14, 2012
tarafından
Meador Inge
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #13725: regrtest does not recognize -d flag.
Patch by Erno Tukia.
üst
3ffd7ca0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
regrtest.py
Lib/test/regrtest.py
+1
-1
ACKS
Misc/ACKS
+1
-0
No files found.
Lib/test/regrtest.py
Dosyayı görüntüle @
3f55e592
...
@@ -272,7 +272,7 @@ def main(tests=None, testdir=None, verbose=0, quiet=False,
...
@@ -272,7 +272,7 @@ def main(tests=None, testdir=None, verbose=0, quiet=False,
support
.
record_original_stdout
(
sys
.
stdout
)
support
.
record_original_stdout
(
sys
.
stdout
)
try
:
try
:
opts
,
args
=
getopt
.
getopt
(
sys
.
argv
[
1
:],
'hvqxsoS:rf:lu:t:TD:NLR:FwWM:nj:Gm:'
,
opts
,
args
=
getopt
.
getopt
(
sys
.
argv
[
1
:],
'hvqxsoS:rf:lu:t:TD:NLR:F
d
wWM:nj:Gm:'
,
[
'help'
,
'verbose'
,
'verbose2'
,
'verbose3'
,
'quiet'
,
[
'help'
,
'verbose'
,
'verbose2'
,
'verbose3'
,
'quiet'
,
'exclude'
,
'single'
,
'slow'
,
'random'
,
'fromfile'
,
'findleaks'
,
'exclude'
,
'single'
,
'slow'
,
'random'
,
'fromfile'
,
'findleaks'
,
'use='
,
'threshold='
,
'trace'
,
'coverdir='
,
'nocoverdir'
,
'use='
,
'threshold='
,
'trace'
,
'coverdir='
,
'nocoverdir'
,
...
...
Misc/ACKS
Dosyayı görüntüle @
3f55e592
...
@@ -920,6 +920,7 @@ Laurence Tratt
...
@@ -920,6 +920,7 @@ Laurence Tratt
John Tromp
John Tromp
Jason Trowbridge
Jason Trowbridge
Anthony Tuininga
Anthony Tuininga
Erno Tukia
Stephen Turner
Stephen Turner
Theodore Turocy
Theodore Turocy
Bill Tutt
Bill Tutt
...
...
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