diff options
author | Björn Mattsson <bjorn@sunet.se> | 2022-10-05 16:25:06 +0200 |
---|---|---|
committer | Björn Mattsson <bjorn@sunet.se> | 2022-10-05 16:25:06 +0200 |
commit | d41746b18be6bf1e6a72e96a926ba1ea452d9eb2 (patch) | |
tree | 6ed7e9ae409a05f8c5801d159fca76bbce5dee69 | |
parent | 06083dc0662df5ea05bc5a420350ae7d2690be2b (diff) |
Updated check
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ mdtest: @for dir in test-sp test-idp production-sp production-idp; do find metadata/$$dir -name \*.xml -exec xmllint --xinclude --nowarning --noout --path schema --schema schema.xsd \{\} \; ; done idptest: - @if (rgrep -q IDPSSODescriptor metadata/*-sp); then echo "Hittade en IDP band SP:na !!!"; exit 1; fi + @if (grep -rq IDPSSODescriptor metadata/*-sp); then echo "Hittade en IDP band SP:na !!!"; exit 1; fi update: update-git |