[rtems commit] psxtmtests: Fix test names
Sebastian Huber
sebh at rtems.org
Wed Jun 24 14:44:04 UTC 2020
Module: rtems
Branch: master
Commit: 5faad36f974366ca1878c68fbaa85d91600d4a64
Changeset: http://git.rtems.org/rtems/commit/?id=5faad36f974366ca1878c68fbaa85d91600d4a64
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Tue Jun 23 10:34:36 2020 +0200
psxtmtests: Fix test names
Tests PSXTMCOND 08, 09, and 10 had the same test name.
---
testsuites/psxtmtests/psxtmcond08/psxtmcond08impl.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuites/psxtmtests/psxtmcond08/psxtmcond08impl.h b/testsuites/psxtmtests/psxtmcond08/psxtmcond08impl.h
index 7faffe1..15664d5 100644
--- a/testsuites/psxtmtests/psxtmcond08/psxtmcond08impl.h
+++ b/testsuites/psxtmtests/psxtmcond08/psxtmcond08impl.h
@@ -40,7 +40,7 @@
#include <pthread.h>
-const char rtems_test_name[] = "PSXTMCOND 08";
+const char rtems_test_name[] = "PSXTMCOND " TEST_NUMBER;
/* forward declarations to avoid warnings */
void *POSIX_Init(void *argument);
More information about the vc
mailing list