1#!/bin/sh 2 3set -e 4 5scripts/validate_configs.py -v -k -e test/expected-schema-errors.txt 6 7# fail the script if someone forgot to update the list of configurations or 8# schemas 9 10scripts/generate_config_list.sh 11scripts/generate_schema_list.sh 12git --no-pager diff --exit-code -- . 13