From 6126c9fa5776871642c4330954c8dd561126b0bd Mon Sep 17 00:00:00 2001 From: Bertho Stultiens Date: Mon, 18 May 2026 16:10:48 +0200 Subject: [PATCH] tests: Silence left-over (debug) message in test checkresult --- tests/module-loading/rtapi-app-main-fails/checkresult | 4 ++-- tests/motion/g0/checkresult | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/module-loading/rtapi-app-main-fails/checkresult b/tests/module-loading/rtapi-app-main-fails/checkresult index 559b534ae51..420c4a91fb9 100755 --- a/tests/module-loading/rtapi-app-main-fails/checkresult +++ b/tests/module-loading/rtapi-app-main-fails/checkresult @@ -8,13 +8,13 @@ fi # Linux spelling of ERANGE if grep -E -q 'rtapi_app_main_fails.* Numerical result out of range' "$STDERR"; then - echo "loadrt found the test component, and it failed to load" + #echo "loadrt found the test component, and it failed to load" exit 0 fi # FreeBSD spelling of ERANGE if grep -E -q 'rtapi_app_main_fails.* Result too large' "$STDERR"; then - echo "loadrt found the test component, and it failed to load" + #echo "loadrt found the test component, and it failed to load" exit 0 fi diff --git a/tests/motion/g0/checkresult b/tests/motion/g0/checkresult index 95d14dd6e5f..1306d8060f8 100755 --- a/tests/motion/g0/checkresult +++ b/tests/motion/g0/checkresult @@ -127,7 +127,7 @@ for i in range(i, len(samples) - 1): sys.exit(1) if accel_ipc2 == 0: - print("line %d: accel phase over" % i) + #print("line %d: accel phase over" % i) break old_v_ipc = new_v_ipc