fix running BenchmarkBuild

It was accidentally broken during the last testscript refactor,
where we removed an os.Exit call around the main call there.
pull/908/head
Daniel Martí 3 months ago
parent 3c742dac65
commit b50710696a
No known key found for this signature in database

@ -42,6 +42,7 @@ func TestMain(m *testing.M) {
}
if os.Getenv("RUN_GARBLE_MAIN") == "true" {
main()
return
}
testscript.Main(garbleMain{m}, map[string]func(){
"garble": main,

Loading…
Cancel
Save