mirror of
https://github.com/octoleo/restic.git
synced 2025-02-02 11:58:26 +00:00
Fix build.go
This commit is contained in:
parent
898c5b6df5
commit
59e18bce0a
4
build.go
4
build.go
@ -30,7 +30,9 @@ var config = struct {
|
|||||||
Name: "restic", // name of the program executable and directory
|
Name: "restic", // name of the program executable and directory
|
||||||
Namespace: "github.com/restic/restic", // subdir of GOPATH, e.g. "github.com/foo/bar"
|
Namespace: "github.com/restic/restic", // subdir of GOPATH, e.g. "github.com/foo/bar"
|
||||||
Main: "github.com/restic/restic/cmd/restic", // package name for the main package
|
Main: "github.com/restic/restic/cmd/restic", // package name for the main package
|
||||||
Tests: []string{"internal/...", "cmd/..."}, // tests to run
|
Tests: []string{ // tests to run
|
||||||
|
"github.com/restic/restic/internal/...",
|
||||||
|
"github.com/restic/restic/cmd/..."},
|
||||||
}
|
}
|
||||||
|
|
||||||
// specialDir returns true if the file begins with a special character ('.' or '_').
|
// specialDir returns true if the file begins with a special character ('.' or '_').
|
||||||
|
Loading…
x
Reference in New Issue
Block a user