##// END OF EJS Templates
test: deal with changed error message on python 3.10...
Julien Cristau -
r49928:34cdad07 default
parent child Browse files
Show More
@@ -111,7 +111,7 b' Test SEGV caused by bad revision passed '
111 111 10000: head out of range
112 112 -2: head out of range
113 113 -10000: head out of range
114 None: an integer is required( .got type NoneType.)? (re)
114 None: (an integer is required( .got type NoneType.)?|'NoneType' object cannot be interpreted as an integer) (re)
115 115 good roots:
116 116 0: [0]
117 117 1: [1]
@@ -122,7 +122,7 b' Test SEGV caused by bad revision passed '
122 122 -2: []
123 123 -10000: []
124 124 bad roots:
125 None: an integer is required( .got type NoneType.)? (re)
125 None: (an integer is required( .got type NoneType.)?|'NoneType' object cannot be interpreted as an integer) (re)
126 126
127 127 $ cd ..
128 128
General Comments 0
You need to be logged in to leave comments. Login now