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
parent 4e344f1fcf
commit 969d8b772f
2 changed files with 13 additions and 2 deletions
+1
View File
@@ -68,6 +68,7 @@ func init() {
Probe: probe,
InputFiles: *inputFile,
Inputs: *input,
RunType: "manual",
})
})