diff options
Diffstat (limited to 'test/ocaml')
| -rwxr-xr-x | test/ocaml/run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ocaml/run_tests.sh b/test/ocaml/run_tests.sh index aad3aa39..ccc3889e 100755 --- a/test/ocaml/run_tests.sh +++ b/test/ocaml/run_tests.sh @@ -35,7 +35,7 @@ function red { } function finish_suite { - printf "$1: Passed ${pass} out of $(( pass + fail ))\n" + printf "$1: Passed ${pass} out of $(( pass + fail ))\n\n" XML=" <testsuite name=\"$1\" tests=\"$(( pass + fail ))\" failures=\"${fail}\" timestamp=\"$(date)\">\n$XML </testsuite>\n" printf "$XML" >> $DIR/tests.xml XML="" |
