mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-04 17:27:23 -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 {
|
if goOS == Windows {
|
||||||
target += ".exe"
|
target += ".exe"
|
||||||
}
|
}
|
||||||
err := buildV2Ray(target, "v1.0", goOS, goArch)
|
err := buildV2Ray(target, "v1.0", goOS, goArch, "")
|
||||||
assert.Error(err).IsNil()
|
assert.Error(err).IsNil()
|
||||||
|
|
||||||
outBuffer := bytes.NewBuffer(make([]byte, 0, 1024))
|
outBuffer := bytes.NewBuffer(make([]byte, 0, 1024))
|
||||||
|
Loading…
Reference in New Issue
Block a user