Message ID | 1481606975-13186-7-git-send-email-zren@suse.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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()
The option "--logfile" is missing now. Thus, log messages go into "o2t.log", which is a apparent mistake. Signed-off-by: Eric Ren <zren@suse.com> --- programs/python_common/multiple_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)