mirror of https://github.com/rclone/rclone.git
selfupdate: make sure we don't run tests if selfupdate is set
This commit is contained in:
parent
5b0f9dc4e3
commit
5b0d3d060f
|
@ -1,3 +1,6 @@
|
||||||
|
//go:build !noselfupdate
|
||||||
|
// +build !noselfupdate
|
||||||
|
|
||||||
package selfupdate
|
package selfupdate
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in New Issue