Przeglądaj źródła

Produce less regression reports to reduce the cycle time for test reporting.

[SVN r41314]
Rene Rivera 18 lat temu
rodzic
commit
1f99b31a4f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      tools/regression/xsl_reports/build_results.sh

+ 1 - 1
tools/regression/xsl_reports/build_results.sh

@@ -104,7 +104,7 @@ build_results()
         --failures-markup="${boost}/status/explicit-failures-markup.xml" \
         --comment="comment.html" \
         --user="" \
-        --reports=
+        --reports="i,dd,ds,n"
     cd "${cwd}"
 }
 

粤ICP备19079148号