From 13d7e32b7bb9e97f405085e3056d42853f4fcdfe Mon Sep 17 00:00:00 2001 From: Swung0x48 Date: Sun, 6 Sep 2026 12:45:58 -0400 Subject: [PATCH] [Fix] (Tooling): restore the executable bit on the two device_bench entry points - bench.sh and session.sh are invoked as ./tools/device_bench/bench.sh in their own README and are the harness for the paired two-device A/B the GO/NO-GO asks for; a previous commit in this package dropped the bit and every check invoked them through bash, so nothing saw it --- tools/device_bench/bench.sh | 0 tools/device_bench/session.sh | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 tools/device_bench/bench.sh mode change 100644 => 100755 tools/device_bench/session.sh diff --git a/tools/device_bench/bench.sh b/tools/device_bench/bench.sh old mode 100644 new mode 100755 diff --git a/tools/device_bench/session.sh b/tools/device_bench/session.sh old mode 100644 new mode 100755