Revert "enable race detector for scenario test"

This reverts commit 180c269c79.
pull/1524/head^2
Darien Raymond 6 years ago
parent 180c269c79
commit 8c7fcad414
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

@ -16,7 +16,7 @@ func BuildV2Ray() error {
}
fmt.Printf("Building V2Ray into path (%s)\n", testBinaryPath)
cmd := exec.Command("go", "build", "-race", "-o="+testBinaryPath, GetSourcePath())
cmd := exec.Command("go", "build", "-o="+testBinaryPath, GetSourcePath())
return cmd.Run()
}

Loading…
Cancel
Save