Show More
@@ -799,9 +799,8 b' def tsttest(test, wd, options, replaceme' | |||
|
799 | 799 | lout = el[:-1] + ' (glob)\n' |
|
800 | 800 | r = 0 # warn only |
|
801 | 801 | elif r == '-glob': |
|
802 | log('\ninfo, unnecessary glob in %s (after line %d):' | |
|
803 | ' %s (glob)\n' % (test, pos, el[:-1])) | |
|
804 | r = True # pass on unnecessary glob | |
|
802 | lout = ''.join(el.rsplit(' (glob)', 1)) | |
|
803 | r = 0 # warn only | |
|
805 | 804 | else: |
|
806 | 805 | log('\ninfo, unknown linematch result: %r\n' % r) |
|
807 | 806 | r = False |
General Comments 0
You need to be logged in to leave comments.
Login now