fix: report error when a flux acceptance test doesn't have a package statement (#21594)

pull/20814/head^2
Sunil Kartikey 2021-06-03 16:36:57 +01:00 committed by GitHub
parent b0ea3b6675
commit cd546e9eb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -235,6 +235,7 @@ func main() {
c := cmd.TestCommand(NewTestExecutor)
c.Use = "fluxtest-harness-influxdb"
if err := tryExec(c); err != nil {
fmt.Println(err)
os.Exit(1)
}
}