Skip to content

Commit 3f70562

Browse files
committed
Full system test: Use severity debug for StfBuilder to get buffer fill status printout
1 parent a80ed5f commit 3f70562

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prodtests/full-system-test/start_tmux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ rm -f /dev/shm/*fmq*
3838
tmux \
3939
new-session "NUMAID=0 numactl --membind 0 --cpunodebind 0 $MYDIR/dpl-workflow.sh; echo END; sleep 1000" \; \
4040
split-window "sleep 30; NUMAID=1 numactl --membind 1 --cpunodebind 1 $MYDIR/dpl-workflow.sh; echo END; sleep 1000" \; \
41-
split-window "sleep 60; SEVERITY=info numactl --interleave=all $MYDIR/$CMD; echo END; sleep 1000" \; \
41+
split-window "sleep 60; SEVERITY=debug numactl --interleave=all $MYDIR/$CMD; echo END; sleep 1000" \; \
4242
select-layout even-vertical

0 commit comments

Comments
 (0)