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 7d30cb21d991fc207b0cc99038494e647307a598 (commit) from f5e28f46785b6f44488672e5a1a6a878137a44be (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/7d30cb21d991fc207b0cc99038494e647307a...
commit 7d30cb21d991fc207b0cc99038494e647307a598 Author: Cyril Hrubis metan@ucw.cz Date: Sat Oct 20 00:17:14 2012 +0200
tests: framework: Fix benchmark JSON output.
diff --git a/tests/framework/tst_log.c b/tests/framework/tst_log.c index b1e43b8..772b20b 100644 --- a/tests/framework/tst_log.c +++ b/tests/framework/tst_log.c @@ -341,7 +341,7 @@ static void append_benchmark_json(struct tst_job *job, FILE *f)
fprintf(f, "tttt"Iterations": %in", job->bench_iter);
- fprintf(f, "ttt}n"); + fprintf(f, "ttt},n"); }
static int hack_json_start = 0;
-----------------------------------------------------------------------
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.