diff comparetests.py @ 440:306986209cba

Fix 68K test harness
author Mike Pavone <pavone@retrodev.com>
date Tue, 16 Jul 2013 23:16:50 -0700
parents f7ff02eeec2f
children 0f32f52fc98e
line wrap: on
line diff
--- a/comparetests.py	Tue Jul 16 23:16:38 2013 -0700
+++ b/comparetests.py	Tue Jul 16 23:16:50 2013 -0700
@@ -31,7 +31,7 @@
 		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')