github.com/tiagovtristao/plz@v13.4.0+incompatible/src/test/container_stub.go (about) 1 //+build bootstrap 2 3 package test 4 5 import "github.com/thought-machine/please/src/core" 6 7 func runPossiblyContainerisedTest(tid int, state *core.BuildState, target *core.BuildTarget) ([]byte, error) { 8 return runTest(state, target) // Containerisation not supported (but we don't run any tests during bootstrap anyway) 9 }