* [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
* Re: [PATCH] Fix VERSION in rt-migrate-test
2015-08-14 12:48 [PATCH] Fix VERSION in rt-migrate-test John Kacur
@ 2015-08-14 20:00 ` Uwe Kleine-König
0 siblings, 0 replies; 2+ messages in thread
From: Uwe Kleine-König @ 2015-08-14 20:00 UTC (permalink / raw)
To: John Kacur; +Cc: rt-users, Clark Williams
Hello,
On Fri, Aug 14, 2015 at 01:48:27PM +0100, John Kacur wrote:
> - 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>
Patch looks good. It makes me remember my rework to let rt-tests use
autoconf (which I only sent to jkacur by private mail, but if you want
to take a look:
git://git.pengutronix.de/git/ukl/rt-tests.git convert-to-autoconf
). Is it worth to rebase my work on top of v0.93?
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-König |
Industrial Linux Solutions | http://www.pengutronix.de/ |
--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [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