()
| 136 | |
| 137 | |
| 138 | def check_js_engines(): |
| 139 | if not all(jsrun.check_engine(e) for e in config.JS_ENGINES): |
| 140 | errlog('Not all the JS engines in JS_ENGINES appear to work.') |
| 141 | sys.exit(1) |
| 142 | |
| 143 | if common.EMTEST_ALL_ENGINES: |
| 144 | errlog('(using ALL js engines)') |
| 145 | |
| 146 | |
| 147 | def get_and_import_modules(): |