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
8f6793b5
Kaydet (Commit)
8f6793b5
authored
Kas 19, 2007
tarafından
Nick Coghlan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Enable some test_cmd_line_script debugging output to investigate failure on Mac OSX buildbot
üst
183744d6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
test_cmd_line_script.py
Lib/test/test_cmd_line_script.py
+3
-3
No files found.
Lib/test/test_cmd_line_script.py
Dosyayı görüntüle @
8f6793b5
...
...
@@ -90,9 +90,9 @@ def _make_test_zip(zip_dir, zip_basename, script_name):
class
CmdLineTest
(
unittest
.
TestCase
):
def
_check_script
(
self
,
script_name
,
expected_file
,
expected_argv0
):
exit_code
,
data
=
_run_python
(
script_name
)
#
if verbose:
#
print "Output from test script %r:" % script_name
#
print data
if
verbose
:
print
"Output from test script
%
r:"
%
script_name
print
data
self
.
assertEqual
(
exit_code
,
0
)
printed_file
=
'__file__==
%
r'
%
expected_file
printed_argv0
=
'sys.argv[0]==
%
r'
%
expected_argv0
...
...
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