[rtems commit] libtests/capture01: Fix test name
Sebastian Huber
sebh at rtems.org
Mon Sep 1 11:20:07 UTC 2014
Module: rtems
Branch: master
Commit: 5cb5342c496ed8538f7e79748bef3240c375e7f4
Changeset: http://git.rtems.org/rtems/commit/?id=5cb5342c496ed8538f7e79748bef3240c375e7f4
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Mon Sep 1 13:28:30 2014 +0200
libtests/capture01: Fix test name
---
testsuites/libtests/capture01/init.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/testsuites/libtests/capture01/init.c b/testsuites/libtests/capture01/init.c
index 5921181..21895b9 100644
--- a/testsuites/libtests/capture01/init.c
+++ b/testsuites/libtests/capture01/init.c
@@ -31,7 +31,7 @@
/* forward declarations to avoid warnings */
rtems_task Init(rtems_task_argument argument);
-const char rtems_test_name[] = "CAPTURE ENGINE";
+const char rtems_test_name[] = "CAPTURE 1";
static void cwlist(void);
static void ctrace(void);
More information about the vc
mailing list