public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Endi S. Dewata <edewata@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/jss] pqc: Disable unit tests by default
Date: Tue, 28 Jul 2026 16:48:59 GMT [thread overview]
Message-ID: <178525733929.1.5824426605416298792.rpms-jss-d09d72c0f6f0@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/jss
Branch : pqc
Commit : d09d72c0f6f0226350a793faf1782514a0a59810
Author : Endi S. Dewata <edewata@redhat.com>
Date : 2021-05-26T18:20:35-05:00
Stats : +13/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/jss/c/d09d72c0f6f0226350a793faf1782514a0a59810?branch=pqc
Log:
Disable unit tests by default
---
diff --git a/jss.spec b/jss.spec
index 6bf6884..e65db2b 100644
--- a/jss.spec
+++ b/jss.spec
@@ -29,6 +29,15 @@ Source: https://github.com/dogtagpki/%{name}/archive/v%{version}%{?_phas
# Patch: jss-VERSION-RELEASE.patch
################################################################################
+# Build Options
+################################################################################
+
+# By default the build will not execute unit tests unless --with test
+# option is specified.
+
+%bcond_with test
+
+################################################################################
# Build Dependencies
################################################################################
@@ -117,7 +126,10 @@ modutil -dbdir /etc/pki/nssdb -chkfips true | grep -q enabled && export FIPS_ENA
cd %{_vpath_builddir}
%{__make} all
%{__make} javadoc
+
+%if %{with test}
ctest --output-on-failure
+%endif
################################################################################
%install
@@ -162,6 +174,7 @@ cp -p *.txt $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
%changelog
* Wed May 26 2021 Dogtag PKI Team <pki-devel@redhat.com> - 4.9.0-0.2
- Drop git dependency
+- Disable unit tests by default
* Tue May 18 2021 Dogtag PKI Team <pki-devel@redhat.com> - 4.9.0-0.1
- Rebase to JSS 4.9.0-alpha1
reply other threads:[~2026-07-28 16:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178525733929.1.5824426605416298792.rpms-jss-d09d72c0f6f0@fedoraproject.org \
--to=edewata@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox