mirror of https://github.com/CGAL/cgal
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:
parent
afbf66de14
commit
3be382a3a6
|
|
@ -732,7 +732,6 @@ run_test()
|
|||
|
||||
for HOST in ${BUILD_HOSTS}; do
|
||||
run_test_on_host ${HOST} &
|
||||
publish_results "${HOST}" "${PLATFORM}"
|
||||
done
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue