summaryrefslogtreecommitdiff
path: root/comparetests.py
diff options
context:
space:
mode:
Diffstat (limited to 'comparetests.py')
-rwxr-xr-xcomparetests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/comparetests.py b/comparetests.py
index 40647c5..a8b7490 100755
--- a/comparetests.py
+++ b/comparetests.py
@@ -5,10 +5,10 @@ from sys import exit
for path in glob('generated_tests/*.bin'):
try:
- b = subprocess.check_output(['./blastem', path])
+ b = subprocess.check_output(['./blastem', path, '-v'])
try:
m = subprocess.check_output(['musashi/mustrans', path])
- _,_,b = b.partition('\n')
+ #_,_,b = b.partition('\n')
if b != m:
print '-----------------------------'
print 'Mismatch in ' + path