Skip to content

Commit edb4707

Browse files
committed
docs: update the method for running integration tests
1 parent e5fd97b commit edb4707

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,7 @@ altogether with an HTML report and test retries then from the
269269
project root:
270270

271271
```console
272-
go install github.com/rclone/rclone/fstest/test_all
273-
test_all -backends drive
272+
go run ./fstest/test_all -backends drive
274273
```
275274

276275
### Full integration testing
@@ -581,8 +580,7 @@ remote or an fs.
581580
- Add your backend to `fstest/test_all/config.yaml`
582581
- Once you've done that then you can use the integration test framework from
583582
the project root:
584-
- go install ./...
585-
- test_all -backends remote
583+
- `go run ./fstest/test_all -backends remote`
586584

587585
Or if you want to run the integration tests manually:
588586

0 commit comments

Comments
 (0)