Skip to content

Commit 2fd4cb8

Browse files
committed
clean up test runner output
1 parent ad83790 commit 2fd4cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/runner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ def get_library(self, name, generated_libs, configure=['sh', './configure'], con
342342

343343
if self.library_cache is not None:
344344
if cache and self.library_cache.get(cache_name):
345-
print >> sys.stderr, '<load %s from cache> ' % cache_name,
345+
print >> sys.stderr, '<load %s from cache> ' % cache_name
346346
generated_libs = []
347347
for basename, contents in self.library_cache[cache_name]:
348348
bc_file = os.path.join(build_dir, cache_name + '_' + basename)

0 commit comments

Comments
 (0)