We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5fd97b commit edb4707Copy full SHA for edb4707
1 file changed
CONTRIBUTING.md
@@ -269,8 +269,7 @@ altogether with an HTML report and test retries then from the
269
project root:
270
271
```console
272
-go install github.com/rclone/rclone/fstest/test_all
273
-test_all -backends drive
+go run ./fstest/test_all -backends drive
274
```
275
276
### Full integration testing
@@ -581,8 +580,7 @@ remote or an fs.
581
580
- Add your backend to `fstest/test_all/config.yaml`
582
- Once you've done that then you can use the integration test framework from
583
the project root:
584
- - go install ./...
585
- - test_all -backends remote
+ - `go run ./fstest/test_all -backends remote`
586
587
Or if you want to run the integration tests manually:
588
0 commit comments