mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 09:32:29 +08:00
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
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue
Block a user