tests+ci: Enable dual XML and HRF output of unit test results

Change-Id: I65e145e58cf94088bad0ca58f5ad4bc92d0b8c9d
Refs: #2252
diff --git a/.jenkins.d/20-tests.sh b/.jenkins.d/20-tests.sh
index 970bc94..80345e3 100755
--- a/.jenkins.d/20-tests.sh
+++ b/.jenkins.d/20-tests.sh
@@ -17,7 +17,7 @@
 
 # Run unit tests
 if [[ -n "$XUNIT" ]]; then
-    ./build/unit-tests --log_format=XML --log_sink=build/xunit-report.xml --log_level=all --report_level=no
+    ./build/unit-tests --log_format2=XML --log_sink2=build/xunit-report.xml --log_level=all
 else
     ./build/unit-tests -l test_suite
 fi