public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] runltp: change the default cmdfile to exec when exec runltp -N
@ 2018-09-04  0:58 Xiao Yang
  2018-09-03 10:33 ` Petr Vorel
  2018-09-04  0:58 ` [LTP] [PATCH] change the default command file of network Xiao Yang
  0 siblings, 2 replies; 5+ messages in thread
From: Xiao Yang @ 2018-09-04  0:58 UTC (permalink / raw)
  To: ltp

From: Sun Lianwen <sunlw.fnst@cn.fujitsu.com>

when exec "runltp -N" and no command files were provided, the 
command file of "$LTPROOT/scenario_groups/network" should execute,
not the "$LTPROOT/scenario_groups/default".

Signed-off-by: Sun Lianwen <sunlw.fnst@cn.fujitsu.com>
---
 runltp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runltp b/runltp
index 24ea94fe5..1810c9384 100755
--- a/runltp
+++ b/runltp
@@ -609,7 +609,7 @@ main()
 
 	SCENARIO_LISTS="$LTPROOT/scenario_groups/default"
         if [ "$RUN_NETEST" -eq 1 ]; then
-            SCENARIO_LISTS="$SCENARIO_LISTS $LTPROOT/scenario_groups/network"
+            SCENARIO_LISTS="$LTPROOT/scenario_groups/network"
         fi
 
     # DO NOT INDENT/DEDENT!
-- 
2.18.0




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

end of thread, other threads:[~2018-09-24  6:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-04  0:58 [LTP] [PATCH] runltp: change the default cmdfile to exec when exec runltp -N Xiao Yang
2018-09-03 10:33 ` Petr Vorel
2018-09-04  0:58 ` [LTP] [PATCH] change the default command file of network Xiao Yang
2018-09-03  9:40   ` Petr Vorel
2018-09-24  6:58     ` Petr Vorel

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