From 8b3529dd9e46fd40021d06df34bdddce5900a0d6 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 24 Feb 2014 08:47:28 -0800 Subject: Make the "did NOT asm.js'ify" error message more --- tests/runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runner.py b/tests/runner.py index ba43e15a..c13a16eb 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -254,7 +254,7 @@ process(sys.argv[1]) if 'uccessfully compiled asm.js code' in err and 'asm.js link error' not in err: print >> sys.stderr, "[was asm.js'ified]" elif 'asm.js' in err: # if no asm.js error, then not an odin build - raise Exception("did NOT asm.js'ify") + raise Exception("did NOT asm.js'ify: " + err) err = '\n'.join(filter(lambda line: 'uccessfully compiled asm.js code' not in line, err.split('\n'))) return err -- cgit v1.2.3-18-g5258