From b1c5ca7410c3eb512cf51e1f4d0be0ffdcd24ffd Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Tue, 16 Jul 2013 23:16:50 -0700 Subject: Fix 68K test harness --- comparetests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comparetests.py') diff --git a/comparetests.py b/comparetests.py index 5156895..ce62ae2 100755 --- a/comparetests.py +++ b/comparetests.py @@ -31,7 +31,7 @@ for path in glob('generated_tests/*/*.bin'): if not good: continue try: - b = subprocess.check_output(['./blastem', path, '-v']) + b = subprocess.check_output(['./trans', path]) try: m = subprocess.check_output(['musashi/mustrans', path]) #_,_,b = b.partition('\n') -- cgit v1.2.3