projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c28a2e
)
unset BOOST_TEST_CATCH_SYSTEM_ERRORS
author
Michael Andres
<ma@suse.de>
Wed, 5 Nov 2008 20:47:41 +0000
(20:47 +0000)
committer
Michael Andres
<ma@suse.de>
Wed, 5 Nov 2008 20:47:41 +0000
(20:47 +0000)
zypp/ZConfig.cc
patch
|
blob
|
history
diff --git
a/zypp/ZConfig.cc
b/zypp/ZConfig.cc
index a9e30fccd2302015bd36eab55c267973b20482a5..6c1d4a203460dfc4a0d7a49f25d65f220cd06d9b 100644
(file)
--- a/
zypp/ZConfig.cc
+++ b/
zypp/ZConfig.cc
@@
-125,6
+125,8
@@
namespace zypp
}
}
MIL << "Default text locale is '" << ret << "'" << endl;
+#warning HACK AROUND BOOST_TEST_CATCH_SYSTEM_ERRORS
+ setenv( "BOOST_TEST_CATCH_SYSTEM_ERRORS", "no", 1 );
return ret;
}