Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions packaging/mlops-agent.spec
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,7 @@ lcov -i -c -o unittest_base.info -d . -b $(pwd) --ignore-errors mismatch --exclu
popd
%endif # testcoverage

# If gcov package generation is enabled, pass the test from GBS.
%if 0%{?unit_test} && !0%{?gcov}
%if 0%{?unit_test}
bash %{test_script} ./tests/daemon/unittest_ml_agent
bash %{test_script} ./tests/daemon/unittest_service_db
bash %{test_script} ./tests/daemon/unittest_gdbus_util
Expand Down