From f38722ed668152b8c6e1723ce4b88657aa444a1a Mon Sep 17 00:00:00 2001 From: ameer Date: Mon, 4 May 2026 00:36:05 +0800 Subject: [PATCH] chore(stress): mark live_loop.sh executable (+x) Mirrors run_loop.sh perms; the script is invoked as ./live_loop.sh in tmux but was committed without the execute bit. --- tests/stress/live_loop.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 tests/stress/live_loop.sh diff --git a/tests/stress/live_loop.sh b/tests/stress/live_loop.sh old mode 100644 new mode 100755