Skip to content

Commit f169d66

Browse files
authored
Remove warning that shows on every test run. NFC (#14983)
1 parent 14d9659 commit f169d66

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/runner.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
http://kripken.github.io/emscripten-site/docs/getting_started/test-suite.html
1616
"""
1717

18-
# XXX Use EMTEST_ALL_ENGINES=1 in the env to test all engines!
18+
# Use EMTEST_ALL_ENGINES=1 in the environment or pass --all-engined to test all engines!
1919

2020
import argparse
2121
import atexit
@@ -90,9 +90,6 @@ def check_js_engines():
9090

9191
if common.EMTEST_ALL_ENGINES:
9292
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')
9693

9794

9895
def get_and_import_modules():

0 commit comments

Comments
 (0)