X-Git-Url: http://nitlanguage.org diff --git a/benchmarks/bench_engines.sh b/benchmarks/bench_engines.sh index 3737424..385d033 100755 --- a/benchmarks/bench_engines.sh +++ b/benchmarks/bench_engines.sh @@ -103,6 +103,9 @@ while [ "$stop" = false ]; do esac done +xml="bench_engines.xml" +echo "" > "$xml" + NOTSKIPED="$*" if test -z "$NOTSKIPED"; then @@ -332,6 +335,8 @@ if test -n "$html"; then echo >>"$html" "" fi +echo >>"$xml" "" + if test -n "$died"; then echo "Some commands failed" exit 1