comparison tests/test-summaries/test-summaries.sh @ 239:09ed4261f3ca json-ld

Merge from default branch
author Chris Cannam
date Tue, 01 Mar 2016 14:40:24 +0000
parents a0d093495a1f
children
comparison
equal deleted inserted replaced
230:d582d5662010 239:09ed4261f3ca
81 fail "Internal error: Failed to canonicalise expected output file $sexpected.n3" 81 fail "Internal error: Failed to canonicalise expected output file $sexpected.n3"
82 82
83 compare $tmpcanonical $expcanonical || \ 83 compare $tmpcanonical $expcanonical || \
84 faildiff "Output mismatch against expected $sexpected.n3 for canonicalised version of transform $stransform" $tmpcanonical $expcanonical 84 faildiff "Output mismatch against expected $sexpected.n3 for canonicalised version of transform $stransform" $tmpcanonical $expcanonical
85 85
86 exit 0 86 bash "$mypath/test-summaries-testplugin.sh"
87 87
88