Chris Johns created an issue: 
https://gitlab.rtems.org/rtems/tools/rtems-tools/-/issues/29

Assignee: Kinsey Moore

## Summary

When attempting to run the RTEMS tester with Python 3.13, these error messages 
are produced:

```
.../rtems-tools/tester/rt/test.py:76: SyntaxWarning: invalid escape sequence 
'\['
  status_regx = re.compile('^\[\s*\d+/\s*\d+\] p:.+')
.../rtems-tools/tester/rt/test.py:188: SyntaxWarning: invalid escape sequence 
'\.'
  norun = re.compile('.*\.norun.*')
Incorrect RTEMS Tools installation
```

This was tested on the 6.1 branch, but there appear to be no changes to main 
that would have fixed this.

This issue also includes the `telnetlib` issue.

## Steps to reproduce

### Pre-set options

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/issues/29
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to