On Fri, Mar 07, 2014 at 01:47:02PM +0100, Pino Toscano wrote: > Add (and ship) a simple ocaml script which can convert the results of > automake unit tests (.trs + .log files) to a junit-like .xml file, > suitable for importing in CI systems (such as jenkins).
If you want, you can turn this into a regular script. Put the following at the top of the file: #!/usr/bin/ocamlrun ocaml and make sure the file is executable. ACK anyway. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 80 OCaml packages (the OPEN alternative to F#) _______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
