diff options
author | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-02-25 10:17:28 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-02-25 10:17:28 +0100 |
commit | d3dfac3e375a996966d934b31aad9ad77ad4f63b (patch) | |
tree | 307144190cd6870f7ad3e087b0abc3e173d96be4 /solenv/gbuild/CppunitTest.mk | |
parent | 86f4a96d8cfe217ca5547174a8b0dff4e9fe5594 (diff) |
debuglevels: export DBGSV_ERROR_OUT=shell, so that tools-based assertions in non-product test do not pop up as message boxes (which was a regression introduced with the removal of DBGSV_INIT from the build env)
Diffstat (limited to 'solenv/gbuild/CppunitTest.mk')
-rw-r--r-- | solenv/gbuild/CppunitTest.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/solenv/gbuild/CppunitTest.mk b/solenv/gbuild/CppunitTest.mk index a3b18a4a0bbd..c44ad5947010 100644 --- a/solenv/gbuild/CppunitTest.mk +++ b/solenv/gbuild/CppunitTest.mk @@ -28,6 +28,10 @@ # CppunitTest class +# in non-product builds, ensure that tools-based assertions do not pop up as message box, but are routed to the shell +DBGSV_ERROR_OUT := shell +export DBGSV_ERROR_OUT + # defined by platform # gb_CppunitTest_TARGETTYPE # gb_CppunitTest_get_filename |