aboutsummaryrefslogtreecommitdiff
path: root/runltp
diff options
context:
space:
mode:
authorGarrett Cooper <yanegomi@gmail.com>2010-11-16 22:38:08 -0800
committerGarrett Cooper <yanegomi@gmail.com>2010-11-16 22:38:08 -0800
commit89fde873119ca9695030c5c71355fcfee750263c (patch)
tree223a903581738aa8e48e7d76c7b38600a3fc9045 /runltp
parentc4baeb86e2e9604b41cd9cfa8664af7f29b7fde6 (diff)
s/scenario_groups/$LTPROOT\/scenario_groups/g
runltp is run from $TMP, not $LTPROOT. Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
Diffstat (limited to 'runltp')
-rwxr-xr-xrunltp6
1 files changed, 3 insertions, 3 deletions
diff --git a/runltp b/runltp
index 457be46a2..11ab32a20 100755
--- a/runltp
+++ b/runltp
@@ -565,13 +565,13 @@ main()
INFO: no command files were provided. Will execute the following
runtest scenario files:
- `cat scenario_groups/default`
+ `cat $LTPROOT/scenario_groups/default`
EOF
- SCENARIO_LISTS="scenario_groups/default"
+ SCENARIO_LISTS="$LTPROOT/scenario_groups/default"
if [ "$RUN_NETEST" -eq 1 ]; then
- SCENARIO_LISTS="$SCENARIO_LISTS scenario_groups/network"
+ SCENARIO_LISTS="$SCENARIO_LISTS $LTPROOT/scenario_groups/network"
fi
# DO NOT INDENT/DEDENT!