This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via 9d337186e86fbed784c7a616d9a41c969c079e61 (commit) from 253ef469ede882b4b2bea7d25661d50fdda8d767 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/9d337186e86fbed784c7a616d9a41c969c079...
commit 9d337186e86fbed784c7a616d9a41c969c079e61 Author: Cyril Hrubis metan@ucw.cz Date: Wed Nov 21 23:39:49 2012 +0100
tests: framework: Silence stderr when lscpu is not found.
diff --git a/tests/framework/tst_log.c b/tests/framework/tst_log.c index 9daec17..cc86b6f 100644 --- a/tests/framework/tst_log.c +++ b/tests/framework/tst_log.c @@ -444,7 +444,7 @@ static void write_system_info_json(FILE *f) fprintf(f, "tt"CPU": {"); /* lscpu is part of reasonably new util-linux */ - FILE *cmd = popen("lscpu", "r"); + FILE *cmd = popen("lscpu 2> /dev/null", "r");
if (cmd != NULL) { char id[256], val[1024];
-----------------------------------------------------------------------
Summary of changes: tests/framework/tst_log.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.