Kaydet (Commit) 3176c113 authored tarafından Christian Lohmaier's avatar Christian Lohmaier

always cat cppunit test log on failure

and not only when gdb is installed / the postprocess script succeeds

Change-Id: I36e2fcdb81296252d7402d77154e45614cb70038
üst e001743a
......@@ -94,7 +94,7 @@ $(call gb_CppunitTest_get_target,%) :| $(gb_CppunitTest_CPPTESTDEPS)
|| (RET=$$? \
$(if $(value gb_CppunitTest_postprocess), \
&& $(call gb_CppunitTest_postprocess,$(gb_CppunitTest_CPPTESTCOMMAND),$@.core,$$RET) >> $@.log 2>&1) \
&& cat $@.log && $(call gb_UNIT_FAILED_MSG,Cppunit,$*) \
; cat $@.log && $(call gb_UNIT_FAILED_MSG,Cppunit,$*) \
&& false))))
define gb_CppunitTest_CppunitTest
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment