mirror of https://github.com/v2ray/v2ray-core
fix test break
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