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 9ac2eb1478d0582c8e52b467aab9bf5a40a33fd2 (commit) from 727d637ad22f615be1b18741e3efd9a829dfed2b (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/9ac2eb1478d0582c8e52b467aab9bf5a40a33...
commit 9ac2eb1478d0582c8e52b467aab9bf5a40a33fd2 Author: Cyril Hrubis metan@ucw.cz Date: Sat Oct 13 17:52:26 2012 +0200
tests: framework: Fix stupid typo.
diff --git a/tests/framework/tst_job.c b/tests/framework/tst_job.c index ad71ba8..a1f7272 100644 --- a/tests/framework/tst_job.c +++ b/tests/framework/tst_job.c @@ -333,7 +333,7 @@ static int tst_job_benchmark(struct tst_job *job)
/* Send data to parent */ write_timespec(job, 'M', &sum); - write_timespec(job, 'D', &dev); + write_timespec(job, 'V', &dev);
return TST_SUCCESS; } @@ -522,7 +522,7 @@ void tst_job_wait(struct tst_job *job) sizeof(job->malloc_stats)); break; default: - //TODO: internal error + tst_warn("parent: Invalid characters received"); break; } }
-----------------------------------------------------------------------
Summary of changes: tests/framework/tst_job.c | 4 ++-- 1 files changed, 2 insertions(+), 2 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.