##// END OF EJS Templates
run-tests: don't add python lines to expected dict...
Adrian Buehlmann -
r16841:f2555e89 default
parent child Browse files
Show More
@@ -617,7 +617,7 b' def tsttest(test, wd, options, replaceme'
617 script.append('%s -m heredoctest <<EOF\n' % PYTHON)
617 script.append('%s -m heredoctest <<EOF\n' % PYTHON)
618 addsalt(n, True)
618 addsalt(n, True)
619 script.append(l[2:])
619 script.append(l[2:])
620 if l.startswith(' ... '): # python inlines
620 elif l.startswith(' ... '): # python inlines
621 after.setdefault(prepos, []).append(l)
621 after.setdefault(prepos, []).append(l)
622 script.append(l[2:])
622 script.append(l[2:])
623 elif l.startswith(' $ '): # commands
623 elif l.startswith(' $ '): # commands
General Comments 0
You need to be logged in to leave comments. Login now