public inbox for linux-rt-users@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix VERSION in rt-migrate-test
@ 2015-08-14 12:48 John Kacur
  2015-08-14 20:00 ` Uwe Kleine-König
  0 siblings, 1 reply; 2+ messages in thread
From: John Kacur @ 2015-08-14 12:48 UTC (permalink / raw)
  To: rt-users; +Cc: Clark Williams, John Kacur

- Change VERSION_STRING to VERSION to get the same version number as the
  the rest of the suite

- Assume that VERSION is defined, instead of replacing it with a
  nonsensical number

- Print the help option in the usage() function

Reported-by: DIXLOR <dixlor@gmail.com>
Signed-off-by: John Kacur <jkacur@redhat.com>
---
 src/rt-migrate-test/rt-migrate-test.c | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/rt-migrate-test/rt-migrate-test.c b/src/rt-migrate-test/rt-migrate-test.c
index fc6fd81ba9ca..430e992fc066 100644
--- a/src/rt-migrate-test/rt-migrate-test.c
+++ b/src/rt-migrate-test/rt-migrate-test.c
@@ -47,10 +47,6 @@
 
 #define gettid() syscall(__NR_gettid)
 
-#ifndef VERSION_STRING
-#define VERSION_STRING 0.3
-#endif

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-14 20:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-14 12:48 [PATCH] Fix VERSION in rt-migrate-test John Kacur
2015-08-14 20:00 ` Uwe Kleine-König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox