File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -547,16 +547,6 @@ def cleanup_emscripten_temp():
547547def main ():
548548 options = parse_args ()
549549
550- # Some options make sense being set in the environment, others not-so-much.
551- # TODO(sbc): eventually just make these command-line only.
552- if os .getenv ('EMTEST_SAVE_DIR' ):
553- errlog ('ERROR: use --save-dir instead of EMTEST_SAVE_DIR=1, and --no-clean instead of EMTEST_SAVE_DIR=2' )
554- return 1
555- if os .getenv ('EMTEST_REBASELINE' ):
556- errlog ('Prefer --rebaseline over setting $EMTEST_REBASELINE' )
557- if os .getenv ('EMTEST_VERBOSE' ):
558- errlog ('Prefer --verbose over setting $EMTEST_VERBOSE' )
559-
560550 # We set the environments variables here and then call configure,
561551 # to apply them. This means the python's multiprocessing child
562552 # process will see the same configuration even though they don't
You can’t perform that action at this time.
0 commit comments