Fix workspace name in default binariesPath
Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
parent
1d7e04cb39
commit
15937ac543
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user