diff --git a/test/test_common.py b/test/test_common.py index 5f7fe60b3..c5ea3c966 100644 --- a/test/test_common.py +++ b/test/test_common.py @@ -43,3 +43,4 @@ def test_import(name, selenium_standalone): selenium_standalone.run('import %s' % import_name) except Exception as e: print(selenium_standalone.logs) + raise