diff --git a/scripts/ci-validate-specs.sh b/scripts/ci-validate-specs.sh index c2298d3..5ffafdc 100755 --- a/scripts/ci-validate-specs.sh +++ b/scripts/ci-validate-specs.sh @@ -7,6 +7,7 @@ make build-spec-tests cd spectests if [[ `git status --porcelain .` ]]; then echo "Spectests have not been generated." + git diff . exit 1 else # No changes