diff --git a/.github/workflows/test262.yml b/.github/workflows/test262.yml index ef1eb3e6198..9346ddfffe4 100644 --- a/.github/workflows/test262.yml +++ b/.github/workflows/test262.yml @@ -50,7 +50,7 @@ jobs: - run: mkdir -p gh-pages/test262 - name: Run the test262 test suite - run: cargo run --release --bin tester -- -o gh-pages/test262 + run: cargo run --release --bin boa_tester -- -o gh-pages/test262 - name: Commit files if: github.event_name == 'push' diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0a33f259d89..1c35eeeea16 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -72,7 +72,7 @@ suite, you can just run the normal `cargo test`, and to run the full ECMAScript with this command: ``` -cargo run --release --bin tester -- -v 2> error.log +cargo run --release --bin boa_tester -- -v 2> error.log ``` Note that this requires the `test262` submodule to be checked out, so you will need to run the following first: