svoid addTestToScorerWithPrintLog(Scorer scorer, Runnable test) { if (test == null) ret; try { S output = hijackPrint_tee(test); scorer.addOK(output); } catch print e { scorer.addError(output); } }