From 3a270fd7b81c673a9d5012c9bac7e6f77c234358 Mon Sep 17 00:00:00 2001 From: axl89 Date: Fri, 27 May 2016 19:21:54 +0200 Subject: [PATCH] Missed quotes! --- tests/run_console_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run_console_tests.py b/tests/run_console_tests.py index 0ce64d3fc9..926998ff65 100755 --- a/tests/run_console_tests.py +++ b/tests/run_console_tests.py @@ -39,6 +39,6 @@ print "Tests skipped: %s" % c.skipped print "Tests with errors: %s" % c.errors if (len(c.failures)+len(c.errors)+len(c.skipped)) != 0: - raise Exception(Build failed) + raise Exception("Build failed")