diff --git a/pew.go b/pew.go index a19619f..0a9bceb 100644 --- a/pew.go +++ b/pew.go @@ -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" } }