From edb47076b5209f367809b34ed1870f7053666e98 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Mon, 3 Nov 2025 16:49:01 +0000 Subject: [PATCH] docs: update the method for running integration tests --- CONTRIBUTING.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 46fe8881b..16838209e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -269,8 +269,7 @@ altogether with an HTML report and test retries then from the project root: ```console -go install github.com/rclone/rclone/fstest/test_all -test_all -backends drive +go run ./fstest/test_all -backends drive ``` ### Full integration testing @@ -581,8 +580,7 @@ remote or an fs. - Add your backend to `fstest/test_all/config.yaml` - Once you've done that then you can use the integration test framework from the project root: - - go install ./... - - test_all -backends remote + - `go run ./fstest/test_all -backends remote` Or if you want to run the integration tests manually: