1
0
Fork 0

Fix default test.sh path

master
dump_stack() 2023-01-29 22:27:35 +00:00
parent 2bc55e2011
commit b8bb11943a
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

2
pew.go
View File

@ -395,7 +395,7 @@ func whatever(swg *sizedwaitgroup.SizedWaitGroup, ka config.Artifact,
if testPath == "" {
testPath = result.BuildArtifact + "_test"
if !exists(testPath) {
testPath = tmp + "/" + "test.sh"
testPath = tmp + "/source/" + "test.sh"
}
}