1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-02 23:35:40 -05:00

update file paths

This commit is contained in:
Darien Raymond
2016-08-20 21:03:50 +02:00
parent 07a86f549b
commit fdeb8b4f89
4 changed files with 6 additions and 6 deletions

View File

@@ -34,11 +34,11 @@ func GetTestBinaryPath() string {
}
func GetSourcePath() string {
return filepath.Join("github.com", "v2ray", "v2ray-core", "shell", "point", "main")
return filepath.Join("v2ray.com", "core", "shell", "point", "main")
}
func TestFile(filename string) string {
return filepath.Join(os.Getenv("GOPATH"), "src", "github.com", "v2ray", "v2ray-core", "testing", "scenarios", "data", filename)
return filepath.Join(os.Getenv("GOPATH"), "src", "v2ray.com", "core", "testing", "scenarios", "data", filename)
}
func InitializeServerSetOnce(testcase string) error {