The option "--logfile" is missing now. Thus, log messages go into "o2t.log", which is a apparent mistake.
Signed-off-by: Eric Ren <z...@suse.com> --- programs/python_common/multiple_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/python_common/multiple_run.sh b/programs/python_common/multiple_run.sh index c4a7da9..2e0ec72 100755 --- a/programs/python_common/multiple_run.sh +++ b/programs/python_common/multiple_run.sh @@ -339,7 +339,7 @@ run_multi_mmap_test() local testfile=${workplace}/multi_mmap_test_file run_common_testcase "multi_mmap" "sparse,unwritten,inline-data" \ -"${BINDIR}/run_multi_mmap.py -i 20000 -I ${INTERFACE} -n ${NODE_LIST} -c -b 6000 --hole -f ${testfile}" +"${BINDIR}/run_multi_mmap.py -i 20000 -I ${INTERFACE} -l ${logfile} -n ${NODE_LIST} -c -b 6000 --hole -f ${testfile}" } run_create_racer_test() -- 2.6.6 _______________________________________________ Ocfs2-devel mailing list Ocfs2-devel@oss.oracle.com https://oss.oracle.com/mailman/listinfo/ocfs2-devel