Skip to content

Commit

Permalink
Fixed the new name of the tester binary in documentation and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican committed Sep 3, 2020
1 parent 56e6e28 commit 8894a6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test262.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8894a6a

Please sign in to comment.