mirror of
https://github.com/smittix/intercept.git
synced 2026-05-24 16:54:48 -07:00
rtl_test -t often exits non-zero after finding a device (e.g. "No E4000 tuner found, aborting" with R820T tuners). The return code fallback was firing even when the "Found N device(s)" success message had already been matched. Track device_found separately and only use return code as fallback when no success was seen. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>