mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-02-20 23:47:21 -05:00
fix test break
This commit is contained in:
parent
a944df2f9b
commit
afd6094cbe
@ -23,7 +23,7 @@ func TestBuildAndRun(t *testing.T) {
|
||||
if goOS == Windows {
|
||||
target += ".exe"
|
||||
}
|
||||
err := buildV2Ray(target, "v1.0", goOS, goArch)
|
||||
err := buildV2Ray(target, "v1.0", goOS, goArch, "")
|
||||
assert.Error(err).IsNil()
|
||||
|
||||
outBuffer := bytes.NewBuffer(make([]byte, 0, 1024))
|
||||
|
Loading…
x
Reference in New Issue
Block a user