Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
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ç
LibreOffice
core
Commits
127bfe4a
Kaydet (Commit)
127bfe4a
authored
Haz 03, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Include gdb backtrace in PythonTest done.long (just as for CppunitTest)
Change-Id: Idc671a4af5474443130afed2dd6f0728c1504319
üst
98282064
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
PythonTest.mk
solenv/gbuild/PythonTest.mk
+4
-6
No files found.
solenv/gbuild/PythonTest.mk
Dosyayı görüntüle @
127bfe4a
...
@@ -33,8 +33,6 @@ $(call gb_PythonTest_get_clean_target,%) :
...
@@ -33,8 +33,6 @@ $(call gb_PythonTest_get_clean_target,%) :
ifneq ($(DISABLE_PYTHON),TRUE)
ifneq ($(DISABLE_PYTHON),TRUE)
# pass a hard-coded 139 to the gdb postprocess script to match soffice.bin
# signal exit values (assumption: non-0 exit value here means it crashed)
.PHONY : $(call gb_PythonTest_get_target,%)
.PHONY : $(call gb_PythonTest_get_target,%)
$(call gb_PythonTest_get_target,%) :| $(gb_PythonTest_DEPS)
$(call gb_PythonTest_get_target,%) :| $(gb_PythonTest_DEPS)
$(call gb_Output_announce,$*,$(true),PYT,2)
$(call gb_Output_announce,$*,$(true),PYT,2)
...
@@ -58,10 +56,10 @@ $(call gb_PythonTest_get_target,%) :| $(gb_PythonTest_DEPS)
...
@@ -58,10 +56,10 @@ $(call gb_PythonTest_get_target,%) :| $(gb_PythonTest_DEPS)
$(MODULES) \
$(MODULES) \
$(if $(gb_CppunitTest__interactive),, \
$(if $(gb_CppunitTest__interactive),, \
> $@.log 2>&1 \
> $@.log 2>&1 \
|| (
cat $@.log
\
|| (
$(if $(value gb_CppunitTest_postprocess),
\
$(if $(value gb_CppunitTest_postprocess),
\
RET=$$?;
\
&& $(call gb_CppunitTest_postprocess,$(gb_PythonTest_EXECUTABLE_GDB),$@.core,139)
) \
$(call gb_CppunitTest_postprocess,$(gb_PythonTest_EXECUTABLE_GDB),$@.core,$$RET) >> $@.log 2>&1;
) \
&&
$(SRCDIR)/solenv/bin/unittest-failed.sh Python $*))))
cat $@.log;
$(SRCDIR)/solenv/bin/unittest-failed.sh Python $*))))
# always use udkapi and URE services
# always use udkapi and URE services
define gb_PythonTest_PythonTest
define gb_PythonTest_PythonTest
...
...
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