Просмотр исходного кода

added --comment path to compiler_status invocation

[SVN r18540]
Toon Knapen 23 лет назад
Родитель
Сommit
4c334c2e25
1 измененных файлов с 7 добавлено и 1 удалено
  1. 7 1
      tools/regression/run_tests.sh

+ 7 - 1
tools/regression/run_tests.sh

@@ -41,6 +41,12 @@ test_tools=gcc
 #
 toolset=gcc
 
+#
+# "comment_path" is the path to an html-file describing the test environment.
+# The content of this file will be embedded in the status pages being produced.
+#
+comment_path=$boost_root/../regression_comment.html
+
 
 ### DEFAULTS ARE OK FOR THESE.
 
@@ -162,7 +168,7 @@ done
 #
 uname=`uname`
 echo generating html tables:
-$compiler_status $boost_root cs-$uname.html cs-$uname-links.html
+$compiler_status --comment $comment_path $boost_root cs-$uname.html cs-$uname-links.html
 if test $? != 0 ; then
     echo "Failed HTML result table generation."
     exit 256

粤ICP备19079148号