mirror of
https://github.com/rclone/rclone
synced 2024-11-14 13:36:24 +01: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