Kaydet (Commit) f9980adc authored tarafından Tor Lillqvist's avatar Tor Lillqvist Kaydeden (comit) Stephan Bergmann

Avoid the annoying line wrapping

Change-Id: I3ac2f0bf676491231bcd60eb91e8a36bc6c00620
Signed-off-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 92e10ac1
......@@ -235,7 +235,9 @@ public:
for (size_t i = 0; i < protectors.size(); ++i)
result.popProtector();
CppUnit::CompilerOutputter(&collector, CppUnit::stdCErr()).write();
CppUnit::CompilerOutputter outputter(&collector, CppUnit::stdCErr());
outputter.setNoWrap();
outputter.write();
return collector.wasSuccessful();
}
virtual bool operator()() const SAL_OVERRIDE
......
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