Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/module-loading/rtapi-app-main-fails/checkresult
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion tests/motion/g0/checkresult
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading