1
0
Fork 0

Test.sh fallback

timestamps
dump_stack() 2019-08-18 15:04:24 +00:00
parent ddf2fc0d0b
commit c0aeb01ff7
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
2 changed files with 6 additions and 0 deletions

View File

@ -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
View File

@ -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)