Message ID | 1407274197-44498-3-git-send-email-mike.holmes@linaro.org |
---|---|
State | Rejected |
Headers | show |
On 2014-08-05 17:29, Mike Holmes wrote: > Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Anders Roxell <anders.roxell@linaro.org> > --- > test/api_test/odp_ring_test.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/test/api_test/odp_ring_test.c b/test/api_test/odp_ring_test.c > index 6c2642e..f664041 100644 > --- a/test/api_test/odp_ring_test.c > +++ b/test/api_test/odp_ring_test.c > @@ -410,9 +410,9 @@ static void *test_ring(void *arg) > > ODP_DBG("result = %d\n", result); > if (result == 0) > - printf("test_ring Result:pass\n"); > + printf("test_ring thread %d Result:pass\n", thr); > else > - printf("test_ring Result:fail\n"); > + printf("test_ring thread %d Result:fail\n", thr); > > fflush(stdout); > > -- > 1.9.1 > > > _______________________________________________ > lng-odp mailing list > lng-odp@lists.linaro.org > http://lists.linaro.org/mailman/listinfo/lng-odp
diff --git a/test/api_test/odp_ring_test.c b/test/api_test/odp_ring_test.c index 6c2642e..f664041 100644 --- a/test/api_test/odp_ring_test.c +++ b/test/api_test/odp_ring_test.c @@ -410,9 +410,9 @@ static void *test_ring(void *arg) ODP_DBG("result = %d\n", result); if (result == 0) - printf("test_ring Result:pass\n"); + printf("test_ring thread %d Result:pass\n", thr); else - printf("test_ring Result:fail\n"); + printf("test_ring thread %d Result:fail\n", thr); fflush(stdout);
Signed-off-by: Mike Holmes <mike.holmes@linaro.org> --- test/api_test/odp_ring_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)