From 43f439638aa061da3257720af6ba5e7e1a4bfaf3 Mon Sep 17 00:00:00 2001 From: Yongqin Liu Date: Wed, 12 Apr 2017 00:29:28 +0800 Subject: sync-basic.c: fix to make lava be able to collect the result the reuslt output format is not right for lava to collect Change-Id: I7102538082c01633ad1c789a4212c063a222be73 Signed-off-by: Yongqin Liu --- sync-basic/sync-basic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync-basic/sync-basic.c b/sync-basic/sync-basic.c index 4c0167e..2d78d06 100644 --- a/sync-basic/sync-basic.c +++ b/sync-basic/sync-basic.c @@ -57,7 +57,7 @@ void fatal (int error, const char *fmt, ...) va_end (ap); fprintf (stderr, "\n"); /* printf(RED); */ - printf ("%d [sync_basic_%s]: test failed\n", testno, testname); + printf ("[sync_basic_%s]: test failed\n", testname); /* printf(NORMAL); */ exit (1); } -- cgit v1.2.3