reverbrain / eblob

Eblob is an append-only low-level IO library, which saves data in blob files. Created as low-level backend for elliptics
GNU Lesser General Public License v3.0
104 stars 29 forks source link

quigon build fix: don't use /dev/stdout from forked processes #151

Closed abudnik closed 8 years ago

abudnik commented 8 years ago

/dev/stdout is not available after fork+exec inside pbuilder environment This PR contains workaround for such strange behaviour of pbuilder: tests are started in background with stderr & stdout redirected to the file. After tests complete, this file is printed using internal bash "echo" command.