mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 16:34:30 +01:00
fstest/test_all: constrain to go1.10 and above
This commit is contained in:
parent
07addf74fd
commit
b0db08fd2b
@ -1,5 +1,7 @@
|
|||||||
// Clean the left over test files
|
// Clean the left over test files
|
||||||
|
|
||||||
|
// +build go1.10
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
// Config handling
|
// Config handling
|
||||||
|
|
||||||
|
// +build go1.10
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// +build go1.10
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
// Run a test
|
// Run a test
|
||||||
|
|
||||||
|
// +build go1.10
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,7 +1,10 @@
|
|||||||
|
// +build go1.10
|
||||||
|
|
||||||
// Run tests for all the remotes. Run this with package names which
|
// Run tests for all the remotes. Run this with package names which
|
||||||
// need integration testing.
|
// need integration testing.
|
||||||
//
|
//
|
||||||
// See the `test` target in the Makefile.
|
// See the `test` target in the Makefile.
|
||||||
|
//
|
||||||
package main
|
package main
|
||||||
|
|
||||||
/* FIXME
|
/* FIXME
|
||||||
|
Loading…
Reference in New Issue
Block a user