diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -107,7 +107,7 @@ tidy: testMetadataUsage: @echo "Checking for files in swamid-2.0 that isn't used" - @for file in swamid-2.0/* ; do if ! grep -q $$file *.mxml; then echo " $$file: Doesn't exist in any mxml files"; fi; done | sed 's/.*/[1;31m&[0m/' + @for file in swamid-2.0/* ; do if ! grep -q $$file *.mxml; then echo " $$file is not referenced in any mxml file"; fi; done | sed 's/.*/[1;31m&[0m/' testRefedsRnS: @echo "Checking for refeds R&S compatibillity for entities exported to eduGAIN" |