[LTP] [PATCH] cgroup_fj: splited the tests to run them separately

2015-09-08 Thread Cedric Hnyda
Signed-off-by: Cedric Hnyda --- runtest/controllers| 197 - .../controllers/cgroup_fj/cgroup_fj_testcases.sh | 194 .../controllers/cgroup_fj/run_cgroup_test_fj.sh| 80 + 3 files changed, 240

Re: [LTP] [PATCH] cgroup_fj: splited the tests to run them separately

2015-09-08 Thread Cyril Hrubis
Hi! > +CASETYPE=$1 > +CASECMD="" > +cnt=1 > +for arg; do > + if [ $cnt -gt 1 ]; then > + CASECMD+=" " > + CASECMD+=$arg > fi > + cnt=$(( $cnt + 1 )) > done There is no need to do this. Just use the $@ instead of $CASECMD below. > +case $CASETYPE in >

[LTP] [PATCH] cgroup_fj: splited the tests to run them separately

2015-09-08 Thread Cedric Hnyda
Signed-off-by: Cedric Hnyda --- runtest/controllers| 197 - .../controllers/cgroup_fj/cgroup_fj_testcases.sh | 194 .../controllers/cgroup_fj/run_cgroup_test_fj.sh| 76 3 files changed, 235