Fix default test.sh path
This commit is contained in:
2
pew.go
2
pew.go
@@ -395,7 +395,7 @@ func whatever(swg *sizedwaitgroup.SizedWaitGroup, ka config.Artifact,
|
|||||||
if testPath == "" {
|
if testPath == "" {
|
||||||
testPath = result.BuildArtifact + "_test"
|
testPath = result.BuildArtifact + "_test"
|
||||||
if !exists(testPath) {
|
if !exists(testPath) {
|
||||||
testPath = tmp + "/" + "test.sh"
|
testPath = tmp + "/source/" + "test.sh"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user