Show More
@@ -1167,6 +1167,8 b' def runtests(options, tests):' | |||||
1167 |
|
1167 | |||
1168 | if failed: |
|
1168 | if failed: | |
1169 | return 1 |
|
1169 | return 1 | |
|
1170 | if warned: | |||
|
1171 | return 80 | |||
1170 |
|
1172 | |||
1171 | testtypes = [('.py', pytest, '.out'), |
|
1173 | testtypes = [('.py', pytest, '.out'), | |
1172 | ('.t', tsttest, '')] |
|
1174 | ('.t', tsttest, '')] |
General Comments 0
You need to be logged in to leave comments.
Login now