1
0

Fix default test.sh path

Bu işleme şunda yer alıyor:
2023-01-29 22:27:35 +00:00
ebeveyn 2bc55e2011
işleme b8bb11943a

2
pew.go
Dosyayı Görüntüle

@@ -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"
}
}