run-tests: fix invalid reference to stringescape after a36cc85a5b7b
authorMads Kiilerich <madski@unity3d.com>
Sun, 25 May 2014 13:47:19 +0200
changeset 21538 05925bb5f95a
parent 21537 1ab30e9ba0fc
child 21539 0c4077905932
run-tests: fix invalid reference to stringescape after a36cc85a5b7b
tests/run-tests.py
--- a/tests/run-tests.py	Fri May 09 18:09:11 2014 -0700
+++ b/tests/run-tests.py	Sun May 25 13:47:19 2014 +0200
@@ -882,8 +882,8 @@
                     postout.append('  ' + el)
                 else:
                     if self.NEEDESCAPE(lout):
-                        lout = TTest.stringescape('%s (esc)\n' %
-                                                  lout.rstrip('\n'))
+                        lout = TTest._stringescape('%s (esc)\n' %
+                                                   lout.rstrip('\n'))
                     postout.append('  ' + lout) # Let diff deal with it.
                     if r != '': # If line failed.
                         warnonly = 3 # for sure not