summaryrefslogtreecommitdiffstats
path: root/solenv/gbuild/PythonTest.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-04-30 23:14:26 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-04-30 23:14:26 +0200
commit2736aff1f9a5c32c13993ff540e599291b7688ca (patch)
treee7bf6eb2ffca6533ce1ca9bc4170d327e1506b70 /solenv/gbuild/PythonTest.mk
parentAdapt PythonTest.mk to CppunitTest's b308d0b061b24688cf1312af817a2af1c21e2bd8 (diff)
downloadcore-2736aff1f9a5c32c13993ff540e599291b7688ca.tar.gz
core-2736aff1f9a5c32c13993ff540e599291b7688ca.zip
...and fix gb_UNIT_FAILED_MSG output
Change-Id: I0fa3036c5be34eb598e0390430028ae818ebef0d
Diffstat (limited to 'solenv/gbuild/PythonTest.mk')
-rw-r--r--solenv/gbuild/PythonTest.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/PythonTest.mk b/solenv/gbuild/PythonTest.mk
index a7b398fb01ee..9b450e7353c8 100644
--- a/solenv/gbuild/PythonTest.mk
+++ b/solenv/gbuild/PythonTest.mk
@@ -46,7 +46,7 @@ $(call gb_PythonTest_get_target,%) :
$(MODULES) \
$(if $(gb_CppunitTest__interactive),, \
> $@.log 2>&1 \
- || (cat $@.log && $(call gb_UNIT_FAILED_MSG,$*) \
+ || (cat $@.log && $(call gb_UNIT_FAILED_MSG,Python,$*) \
$(if $(value gb_CppunitTest_postprocess), \
&& $(call gb_CppunitTest_postprocess,$(gb_PythonTest_EXECUTABLE_GDB),$@.core,139)) \
&& false))))