Testo_util.Msg_from_worker
type t =
| End_test of string
| Error of string
| Junk of string
val of_string : string -> t
val to_string : t -> string