mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
sci-libs/onnxruntime: add the --output-on-failure flag for CTest
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
@@ -134,6 +134,10 @@ python_test() {
|
||||
src_test() {
|
||||
local -x GTEST_FILTER="*:-ActivationOpNoInfTest.Softsign:LayoutTransformationPotentiallyAddedOpsTests.OpsHaveLatestVersions"
|
||||
|
||||
local myctestargs=(
|
||||
--output-on-failure
|
||||
)
|
||||
|
||||
if use python; then
|
||||
python_foreach_impl cmake_src_test
|
||||
python_foreach_impl python_test
|
||||
|
||||
Reference in New Issue
Block a user