From 9fa9223d08d43035e9742c87630e2f85d0950086 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 12 May 2025 15:49:17 +0200 Subject: [PATCH] fix(test): removing --color irssi --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 50b97a2..2fdd450 100644 --- a/Makefile +++ b/Makefile @@ -93,9 +93,9 @@ test: debug @tmux new-session -d -s $(SESSION) \ 'bash -lc "./$(NAME) 4243 irc; exec bash"' @tmux split-window -h -p 70 -t $(SESSION):0 \ - 'bash -lc "irssi 4243 irc --color=on; exec yes irssi"' + 'bash -lc "irssi 4243 irc || exec yes \"irssi exit code: $?\""' @tmux split-window -v -p 50 -t $(SESSION):0.1 \ - 'bash -lc "nc localhost 4243; exec yes netcat"' + 'bash -lc "nc localhost 4243 || exec yes \"irssi exit code: $?\""' @tmux attach -t $(SESSION) # Header