fix(ooniprobe): consistent progress with maxRuntime (#277)

See https://github.com/ooni/probe/issues/1299
This commit is contained in:
Simone Basso 2021-03-31 14:06:05 +02:00 committed by GitHub
commit 969d8b772f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 2 deletions

View file

@ -68,6 +68,7 @@ func init() {
Probe: probe,
InputFiles: *inputFile,
Inputs: *input,
RunType: "manual",
})
})