[PATCH] psxtmtests: Fix test names

Sebastian Huber sebastian.huber at embedded-brains.de
Tue Jun 23 08:35:37 UTC 2020


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 7faffe1246..15664d5d6d 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);
-- 
2.16.4



More information about the devel mailing list