aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSun Lianwen <sunlw.fnst@cn.fujitsu.com>2018-09-04 08:58:09 +0800
committerPetr Vorel <pvorel@suse.cz>2018-09-03 12:23:38 +0200
commitaeeccaf937029b2481c6444285f37ba1db6ef89a (patch)
treee55f7201c4747ad5831125f0f0b1f5513a983e4e
parentabfbb2d9c87b1f3d7c0aa67288a243699a4b2c97 (diff)
runltp: Run only network scenarios for -N parameter
Signed-off-by: Sun Lianwen <sunlw.fnst@cn.fujitsu.com> Signed-off-by: Petr Vorel <pvorel@suse.cz>
-rwxr-xr-xrunltp2
1 files changed, 1 insertions, 1 deletions
diff --git a/runltp b/runltp
index f1e4b3e1d..bbbb58771 100755
--- a/runltp
+++ b/runltp
@@ -600,7 +600,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
cat <<-EOF >&1