From 84ba9e3cb3bbdc89852aaf70185980ce2d9e325a Mon Sep 17 00:00:00 2001 From: Matthew Harmsen Date: Thu, 23 Feb 2012 18:42:02 -0800 Subject: Exclude junit tests from non-java components PKI TRAC Ticket #104 - exclude the java-based junit testing infrastructure from non-java components in order to build within a 'mock' environment --- pki/scripts/compose_ipa_pki_theme_packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pki/scripts/compose_ipa_pki_theme_packages') diff --git a/pki/scripts/compose_ipa_pki_theme_packages b/pki/scripts/compose_ipa_pki_theme_packages index 4d1e49416..e52cb7931 100755 --- a/pki/scripts/compose_ipa_pki_theme_packages +++ b/pki/scripts/compose_ipa_pki_theme_packages @@ -39,7 +39,7 @@ IPA_PKI_THEME_VERSION="10.0.0.a1" ## PKI_SPECS_FILE="${PKI_DIR}/specs/${IPA_PKI_THEME}.spec" -PKI_COMPONENT_LIST="test common-ui ca-ui" +PKI_COMPONENT_LIST="common-ui ca-ui" ## -- cgit