Fix workspace name in default binariesPath

Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
James Munnelly 2019-07-02 21:02:26 +01:00
parent 1d7e04cb39
commit 15937ac543

View File

@ -54,7 +54,7 @@ func applyDefaults(f *fixture) {
runfiles := os.Getenv("TEST_SRCDIR")
if f.binariesPath == "" {
if runfiles != "" {
f.binariesPath = runfiles + "/__main__/hack/bin"
f.binariesPath = runfiles + "/cert_manager/hack/bin"
}
}
if f.jsonConfig == nil {