On Thu, Nov 03, 2022 at 12:13:07AM +0100, Stefano
Brivio wrote:
[...]
diff --git a/test/lib/layout_ugly
b/test/lib/layout_ugly
index 9397b7d..e8daaa4 100644
--- a/test/lib/layout_ugly
+++ b/test/lib/layout_ugly
@@ -81,3 +81,37 @@ layout_pasta_simple() {
sleep 1
}
+
+# layout_memory() - Screen-scraped panes for memory usage tests, big guest pane
+layout_memory() {
+ sleep 3
+
+ tmux kill-pane -a -t 0
+ cmd_write 0 clear
+
+ tmux split-window -h -l '35%' -t passt_test
+ tmux split-window -v -l '15%' -t passt_test
I see you still have the unnecessary host side passt. If you don't
want to fold my patch to remove that, it would at least make sense to
put it in the same series, no?
I left that in so that I could still reasonably apply your series, but
sure, if you actually wanted me to fold that... done in v4.
--
Stefano