forked from TrueCloudLab/rclone
Fix forgotten update for test_all.go
This commit is contained in:
parent
3ac4407b88
commit
dfd46c23f9
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ Unit tests
|
||||||
Integration tests
|
Integration tests
|
||||||
|
|
||||||
* Add your fs to the imports in `fs/operations_test.go`
|
* 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
|
* Make sure integration tests pass with
|
||||||
* `cd fs`
|
* `cd fs`
|
||||||
* `go test -v -remote TestRemote:` and
|
* `go test -v -remote TestRemote:` and
|
||||||
|
|
Loading…
Reference in a new issue