All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH] mm: mmapstress04: Remove arguments passed to the test.
@ 2017-09-22 22:59 Sandeep Patil
  2017-09-25 13:59 ` Cyril Hrubis
  0 siblings, 1 reply; 2+ messages in thread
From: Sandeep Patil @ 2017-09-22 22:59 UTC (permalink / raw)
  To: ltp

The test doesn't take any arguments, so don't pass it any.

Signed-off-by: Sandeep Patil <sspatil@google.com>
---
 runtest/mm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtest/mm b/runtest/mm
index 55fc2cab0..76d233562 100644
--- a/runtest/mm
+++ b/runtest/mm
@@ -46,7 +46,7 @@ mallocstress01	mallocstress
 mmapstress01 mmapstress01 -p 20 -t 0.2
 mmapstress02 mmapstress02
 mmapstress03 mmapstress03
-mmapstress04 TMPFILE=`mktemp /tmp/example.XXXXXXXXXX`; ls -lR /usr/include/ > $TMPFILE; mmapstress04 $TMPFILE
+mmapstress04 mmapstress04
 mmapstress05 mmapstress05
 mmapstress06 mmapstress06 20
 mmapstress07 TMPFILE=`mktemp /tmp/example.XXXXXXXXXXXX`; mmapstress07 $TMPFILE
-- 
2.14.1.821.g8fa685d3b7-goog


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

* [LTP] [PATCH] mm: mmapstress04: Remove arguments passed to the test.
  2017-09-22 22:59 [LTP] [PATCH] mm: mmapstress04: Remove arguments passed to the test Sandeep Patil
@ 2017-09-25 13:59 ` Cyril Hrubis
  0 siblings, 0 replies; 2+ messages in thread
From: Cyril Hrubis @ 2017-09-25 13:59 UTC (permalink / raw)
  To: ltp

Hi!
> The test doesn't take any arguments, so don't pass it any.

Good catch, we missed that on the test rewrite, pushed.

Side note: I guess that we should fix the test library not to ignore positional
           parameters since that would have caught it in the first place. But
	   that one will wait till we are done with the release.

-- 
Cyril Hrubis
chrubis@suse.cz

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

end of thread, other threads:[~2017-09-25 13:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-22 22:59 [LTP] [PATCH] mm: mmapstress04: Remove arguments passed to the test Sandeep Patil
2017-09-25 13:59 ` Cyril Hrubis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.