##// END OF EJS Templates
run-tests: use more explicit criteria for detecting no-eol...
Mads Kiilerich -
r17741:a51304b8 default
parent child Browse files
Show More
@@ -690,8 +690,7 b' def tsttest(test, wd, options, replaceme'
690 lout, lcmd = l.split(salt, 1)
690 lout, lcmd = l.split(salt, 1)
691
691
692 if lout:
692 if lout:
693 if lcmd:
693 if not lout.endswith('\n'):
694 # output block had no trailing newline, clean up
695 lout += ' (no-eol)\n'
694 lout += ' (no-eol)\n'
696
695
697 # find the expected output at the current position
696 # find the expected output at the current position
General Comments 0
You need to be logged in to leave comments. Login now