1
0

Test.sh fallback

Esse commit está contido em:
2019-08-18 15:04:24 +00:00
commit c0aeb01ff7
2 arquivos alterados com 6 adições e 0 exclusões

Ver arquivo

@@ -59,6 +59,9 @@
- Project is switch to use Go modules.
- Now test.sh is used by default if copying is not implemented in
Makefile.
### Removed
- *Kernel factory* is removed completely in favor of incremental

3
pew.go
Ver arquivo

@@ -365,6 +365,9 @@ func whatever(swg *sizedwaitgroup.SizedWaitGroup, ka config.Artifact,
if testPath == "" {
testPath = result.BuildArtifact + "_test"
if !exists(testPath) {
testPath = tmp + "/" + "test.sh"
}
}
remoteTest, err := copyTest(q, testPath, ka)