From aca692212f3b13454d379de998b06e512710351c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=AE=D1=80=D1=8C?= =?UTF-8?q?=D0=B5=D0=B2=20=28Leonid=20Yuriev=29?= Date: Wed, 7 Aug 2024 19:11:34 +0300 Subject: [PATCH] =?UTF-8?q?mdbx-testing:=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=83=D0=BF=D1=83=D1=89?= =?UTF-8?q?=D0=B5=D0=BD=D0=BD=D0=BE=D0=B9=20=D0=BE=D0=BF=D1=86=D0=B8=D0=B8?= =?UTF-8?q?=20`--extra`=20=D0=B2=20battery-tmux.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/battery-tmux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/battery-tmux.sh b/test/battery-tmux.sh index 3fae3fc8..11319860 100755 --- a/test/battery-tmux.sh +++ b/test/battery-tmux.sh @@ -24,7 +24,7 @@ for ps in min 4k max; do fi done for n in 0 1 2 3 4 5 6 7; do - CMD="${TEST} --delay $((3 + n * 7)) --page-size ${ps} --from ${from} --dir ${PREFIX}page-${ps}.from-${from}.${n}-extra" + CMD="${TEST} --delay $((3 + n * 7)) --extra --page-size ${ps} --from ${from} --dir ${PREFIX}page-${ps}.from-${from}.${n}-extra" if [ $n -eq 0 ]; then tmux new-window -t mdbx:$((++W)) -n "page-${ps}.from-${from}-extra" -k -d "$CMD" tmux select-layout -E tiled