We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df06c6 commit 7556a86Copy full SHA for 7556a86
ginkgo/build/build_command.go
@@ -63,6 +63,8 @@ func buildSpecs(args []string, cliConfig types.CLIConfig, goFlagsConfig types.Go
63
}
64
if stat.IsDir() {
65
testBinPath = goFlagsConfig.O + "/" + suite.PackageName + ".test"
66
+ } else {
67
+ testBinPath = goFlagsConfig.O
68
69
70
if len(testBinPath) == 0 {
0 commit comments