mirror of
https://github.com/restic/rest-server.git
synced 2025-12-06 17:15:45 -08:00
Fix test path
This commit is contained in:
committed by
Zlatko Čalušić
parent
67fbfd5d07
commit
363d8da2d1
8
build.go
8
build.go
@@ -26,10 +26,10 @@ var config = struct {
|
||||
Main string
|
||||
Tests []string
|
||||
}{
|
||||
Name: "rest-server", // name of the program executable and directory
|
||||
Namespace: "github.com/restic/rest-server", // subdir of GOPATH, e.g. "github.com/foo/bar"
|
||||
Main: "github.com/restic/rest-server", // package name for the main package
|
||||
Tests: []string{"rest-server/..."}, // tests to run
|
||||
Name: "rest-server", // name of the program executable and directory
|
||||
Namespace: "github.com/restic/rest-server", // subdir of GOPATH, e.g. "github.com/foo/bar"
|
||||
Main: "github.com/restic/rest-server", // package name for the main package
|
||||
Tests: []string{"github.com/restic/rest-server"}, // tests to run
|
||||
}
|
||||
|
||||
// specialDir returns true if the file begins with a special character ('.' or '_').
|
||||
|
||||
Reference in New Issue
Block a user