in tools/functional_test/src/runtest/main.go [104:112]
func doSetup(suite Suite) {
info(">>> Setting up...")
for _, setup := range suite.Setup {
err, _, _ := runCommand(setup.Command[:1][0], setup.Command[1:]...)
if err != nil {
log.Fatal(err)
}
}
}