Skip to content

Commit b1fc368

Browse files
authored
[test] Remove references to ancient env vars. NFC (#25729)
1 parent af12054 commit b1fc368

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/runner.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -547,16 +547,6 @@ def cleanup_emscripten_temp():
547547
def 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

0 commit comments

Comments
 (0)