projects
/
pyelftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adf707a
)
fix detection of flag_after_symtable in compare_output: has to be lower-cased after...
author
Eli Bendersky
<eliben@gmail.com>
Fri, 23 Sep 2011 14:04:21 +0000
(17:04 +0300)
committer
Eli Bendersky
<eliben@gmail.com>
Fri, 23 Sep 2011 14:04:21 +0000
(17:04 +0300)
tests/run_tests.py
patch
|
blob
|
history
diff --git
a/tests/run_tests.py
b/tests/run_tests.py
index b0b24a08e1c8141cb9539feaecfffd985d4b3957..a89d163a09d6a31b369fb25bbbb4040750cc775f 100755
(executable)
--- a/
tests/run_tests.py
+++ b/
tests/run_tests.py
@@
-97,7
+97,7
@@
def compare_output(s1, s2):
flag_after_symtable = False
for i in range(len(lines1)):
- if '
S
ymbol table' in lines1[i]:
+ if '
s
ymbol table' in lines1[i]:
flag_after_symtable = True
# Compare ignoring whitespace