Show More
@@ -827,9 +827,9 b' class PythonTest(Test):' | |||||
827 | # Windows, but check-code.py wants a glob on these lines unconditionally. Don't |
|
827 | # Windows, but check-code.py wants a glob on these lines unconditionally. Don't | |
828 | # warn if that is the case for anything matching these lines. |
|
828 | # warn if that is the case for anything matching these lines. | |
829 | checkcodeglobpats = [ |
|
829 | checkcodeglobpats = [ | |
830 | re.compile(r'^pushing to \$TESTTMP/.*[^)]$'), |
|
830 | re.compile(br'^pushing to \$TESTTMP/.*[^)]$'), | |
831 | re.compile(r'^moving \S+/.*[^)]$'), |
|
831 | re.compile(br'^moving \S+/.*[^)]$'), | |
832 | re.compile(r'^pulling from \$TESTTMP/.*[^)]$') |
|
832 | re.compile(br'^pulling from \$TESTTMP/.*[^)]$') | |
833 | ] |
|
833 | ] | |
834 |
|
834 | |||
835 | bchr = chr |
|
835 | bchr = chr |
General Comments 0
You need to be logged in to leave comments.
Login now