public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] runtest/{ltplite, stress.part3}: Update execve05 calling convention
@ 2018-09-26 14:31 Allen, John
  2018-09-26 14:52 ` Cyril Hrubis
  0 siblings, 1 reply; 2+ messages in thread
From: Allen, John @ 2018-09-26 14:31 UTC (permalink / raw)
  To: ltp

The calling convention for execve05 was recently changed and was updated
in runtest/syscalls when the change was introduced, but not for other
runtest files where execve05 is called. Update all calls to execve05 to
use the new calling convention.

Signed-off-by: John Allen <john.allen@amd.com>
---
 runtest/ltplite      | 2 +-
 runtest/stress.part3 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/runtest/ltplite b/runtest/ltplite
index 61ab275d8..f0102e7e6 100644
--- a/runtest/ltplite
+++ b/runtest/ltplite
@@ -174,7 +174,7 @@ execve01 execve01
 execve02 execve02
 execve03 execve03
 execve04 execve04
-execve05 execve05 20 $LTPROOT/testcases/bin/execve05 $LTPROOT/testcases/bin/execve05 4
+execve05 execve05 -i 5 -n 32
 execvp01 execvp01
 
 exit01 exit01
diff --git a/runtest/stress.part3 b/runtest/stress.part3
index 332daa9ec..513d2ea39 100644
--- a/runtest/stress.part3
+++ b/runtest/stress.part3
@@ -115,7 +115,7 @@ execve01 execve01
 execve02 execve02
 execve03 execve03
 execve04 execve04
-execve05 execve05 20 $LTPROOT/testcases/bin/execve05 $LTPROOT/testcases/bin/execve05 4
+execve05 execve05 -i 5 -n 32
 execvp01 execvp01
 
 exit01 exit01
-- 
2.17.1


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

end of thread, other threads:[~2018-09-26 14:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-26 14:31 [LTP] [PATCH] runtest/{ltplite, stress.part3}: Update execve05 calling convention Allen, John
2018-09-26 14:52 ` Cyril Hrubis

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