1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

Fix forgotten update for test_all.go

This commit is contained in:
Nick Craig-Wood
2015-12-30 12:12:08 +00:00
parent 3ac4407b88
commit dfd46c23f9

View File

@@ -145,7 +145,7 @@ Unit tests
Integration tests
* Add your fs to the imports in `fs/operations_test.go`
* Add your fs to `fs/test_all.sh`
* Add your fs to `fs/test_all.go`
* Make sure integration tests pass with
* `cd fs`
* `go test -v -remote TestRemote:` and