Skip to content

Instantly share code, notes, and snippets.

@dpino
Last active January 28, 2018 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dpino/421396231b43188661d8d47b554f0e75 to your computer and use it in GitHub Desktop.
Save dpino/421396231b43188661d8d47b554f0e75 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
FOLDERS=(
built-ins
annexB
intl402
language
)
for each in ${FOLDERS[@]}; do
# time ./wpt run --no-restart-on-unexpected firefox "js/test262/${each}" | tee "${each}.output"
time ./wpt run firefox "js/test262/${each}" | tee "${each}.output"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment