diff --git a/handlers.go b/handlers.go index c55be6e70eee7753fdfce0c80475e4d964dd3c1c..5f126d034295065c089800c75f1f40062386b76f 100644 --- a/handlers.go +++ b/handlers.go @@ -117,6 +117,7 @@ func testBridgeLines(bridgeLines []string) *TestResult { start := time.Now() partialResult := torCtx.TestBridgeLines(remainingBridgeLines) result.Time = float64(time.Now().Sub(start).Seconds()) + result.Error = partialResult.Error // Cache partial test results and add them to our existing result object. for bridgeLine, bridgeTest := range partialResult.Bridges {