[LTP] [PATCH 1/2] execltp: fix scenario_group naming

Daniel Sangorrin daniel.sangorrin@toshiba.co.jp
Mon Dec 25 07:03:05 CET 2017


Commit 9d5dac6 modified the folder name "scenario-groups" to
"scenario_groups" but it seems it missed changing it on
the execltp script as well.

Signed-off-by: Daniel Sangorrin <daniel.sangorrin@toshiba.co.jp>
---
 execltp.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/execltp.in b/execltp.in
index 470a2dc..6d13ad1 100755
--- a/execltp.in
+++ b/execltp.in
@@ -307,7 +307,7 @@ def main():
 
     if len(args) == 0:
         # Default to scenarios also used by runltp.
-        fd = open(os.path.join(ltpdir, 'scenario-groups/default'), 'r')
+        fd = open(os.path.join(ltpdir, 'scenario_groups/default'), 'r')
         try:
             args = fd.readlines()
         finally:
-- 
2.1.4




More information about the ltp mailing list