We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d9659 commit f169d66Copy full SHA for f169d66
tests/runner.py
@@ -15,7 +15,7 @@
15
http://kripken.github.io/emscripten-site/docs/getting_started/test-suite.html
16
"""
17
18
-# XXX Use EMTEST_ALL_ENGINES=1 in the env to test all engines!
+# Use EMTEST_ALL_ENGINES=1 in the environment or pass --all-engined to test all engines!
19
20
import argparse
21
import atexit
@@ -90,9 +90,6 @@ def check_js_engines():
90
91
if common.EMTEST_ALL_ENGINES:
92
print('(using ALL js engines)')
93
- else:
94
- logger.warning('use EMTEST_ALL_ENGINES=1 in the env to run against all JS '
95
- 'engines, which is slower but provides more coverage')
96
97
98
def get_and_import_modules():
0 commit comments