Hello, linktest.sh is failing when ran using the stress.part1 file, because it lacks command line arguments. This patch just adds them (taken from the fs runtest file).
Regards Jiri Palecek Signed-off-by: Jiri Palecek <[email protected]> --- runtest/stress.part1 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/runtest/stress.part1 b/runtest/stress.part1 index 236c471..b75d504 100644 --- a/runtest/stress.part1 +++ b/runtest/stress.part1 @@ -156,7 +156,7 @@ rwtest05 export LTPROOT; rwtest.sh -N rwtest05 -c -q -i 50 -T 64b 500b:/tmp/rwte iogen01 export LTPROOT; rwtest.sh -N iogen01 -i 120s -s read,write -c -Da -Dv -n 2 500b:doio.f1.$$ 1000b:doio.f2.$$ fs_inod01 fs_inod $TMP 10 10 1 -linker01 linktest.sh +linker01 linktest.sh 1000 1000 openfile01 openfile -f10 -t10 inode01 inode01 inode02 inode02 -- 1.6.4.3 ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
