forked from TrueCloudLab/rclone
fstest: update comments on how to run individual tests
This commit is contained in:
parent
63f413f477
commit
ad02d1be3f
1 changed files with 3 additions and 1 deletions
|
@ -662,7 +662,7 @@ func Run(t *testing.T, opt *Opt) {
|
|||
|
||||
// TestFsDirMove tests DirMove
|
||||
//
|
||||
// go test -v -run '^Test(Setup|Init|FsMkdir|FsPutFile1|FsPutFile2|FsUpdateFile1|FsDirMove)$
|
||||
// go test -v -run 'TestIntegration/Test(Setup|Init|FsMkdir|FsPutFile1|FsPutFile2|FsUpdateFile1|FsDirMove)$
|
||||
t.Run("TestFsDirMove", func(t *testing.T) {
|
||||
skipIfNotOk(t)
|
||||
|
||||
|
@ -906,6 +906,8 @@ func Run(t *testing.T, opt *Opt) {
|
|||
})
|
||||
|
||||
// TestObjectOpenRange tests that Open works with RangeOption
|
||||
//
|
||||
// go test -v -run 'TestIntegration/Test(Setup|Init|FsMkdir|FsPutFile1|FsPutFile2|FsUpdateFile1|ObjectOpenRange)$'
|
||||
t.Run("TestObjectOpenRange", func(t *testing.T) {
|
||||
skipIfNotOk(t)
|
||||
obj := findObject(t, remote, file1.Path)
|
||||
|
|
Loading…
Reference in a new issue