Bug fix: results were incorrectly collected and published twice: once just

after the libraries compilation, and once after the tests suite has run.
This commit is contained in:
Laurent Rineau 2008-10-02 07:42:33 +00:00
parent afbf66de14
commit 3be382a3a6
1 changed files with 0 additions and 1 deletions

View File

@ -732,7 +732,6 @@ run_test()
for HOST in ${BUILD_HOSTS}; do for HOST in ${BUILD_HOSTS}; do
run_test_on_host ${HOST} & run_test_on_host ${HOST} &
publish_results "${HOST}" "${PLATFORM}"
done done
} }