#!/bin/sh

# $1: Absolute path prefix for the per-testcase output
# stdin: newline-separated list of testcase output directories, ended with an
# empty line
# stdout: RESULT=<resultstr> FINAL=<YES|NO>
# stderr: Internal errors (will cause daemon to crash)
# exit code: 0 unless internal error

# So, "$1$line" for each line yields the path to the results dir for a
# testcase

