Skip to content

Commit

Permalink
[ci] Remove obsolete PY2_FLAG from ci_wptrunner_infrastructure.sh
Browse files Browse the repository at this point in the history
Part of #28776.
  • Loading branch information
foolip committed May 1, 2021
1 parent f66c3a0 commit a44a30e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/ci/ci_wptrunner_infrastructure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ WPT_ROOT=$SCRIPT_DIR/../..
cd $WPT_ROOT

test_infrastructure() {
PY2_FLAG="$2"
TERM=dumb ./wpt $PY2_FLAG run --log-mach - --yes --manifest ~/meta/MANIFEST.json --metadata infrastructure/metadata/ --install-fonts --install-webdriver $1 $PRODUCT infrastructure/
TERM=dumb ./wpt run --log-mach - --yes --manifest ~/meta/MANIFEST.json --metadata infrastructure/metadata/ --install-fonts --install-webdriver $1 $PRODUCT infrastructure/
}

main() {
Expand Down

0 comments on commit a44a30e

Please sign in to comment.