summaryrefslogtreecommitdiffstats
path: root/config/utils/check-schema.sh
diff options
context:
space:
mode:
authorjulien zhang <zhang.jun3g@zte.com.cn>2018-01-23 16:03:37 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-01-23 16:03:37 +0000
commit811ff5abc205d961d45ee00c0b449c47893433ae (patch)
tree413ea2dee5f3ef9378a06d285b60008c401d6673 /config/utils/check-schema.sh
parent7d2b744815ddbaf494872a0e9b82bdcf40b85ad5 (diff)
parent9f61971b20d02c8d0fdbd8a7034f957a7fb9177a (diff)
Merge "[PDF] [SPEC] Add 'version: 1.0'"
Diffstat (limited to 'config/utils/check-schema.sh')
-rwxr-xr-xconfig/utils/check-schema.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/utils/check-schema.sh b/config/utils/check-schema.sh
index 321c5ced..61bdec22 100755
--- a/config/utils/check-schema.sh
+++ b/config/utils/check-schema.sh
@@ -16,7 +16,7 @@ RC=0
while IFS= read -r lab_config; do
pdf_cmd="${VALIDATE_SCHEMA} -s ${PDF_SCHEMA} -y ${lab_config}"
echo "###################### ${lab_config} ######################"
- pdf_out=$(${pdf_cmd} |& sed 's|ENC\[PKCS.*\]|opnfv|g')
+ pdf_out=$(${pdf_cmd} |& sed 's|ENC\[PKCS.*\][\\n]*|opnfv|g')
if [ -z "${pdf_out}" ]; then
SUMMARY+=";${lab_config#labs/};OK;\n"
echo "[PDF] [OK] ${pdf_cmd}"