We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 520c634 + 9df387e commit 7a8c2c8Copy full SHA for 7a8c2c8
schema/Makefile
@@ -36,7 +36,7 @@ test: validate $(TESTS)
36
for FILE in $$(ls "test/$${TYPE}/bad"); \
37
do \
38
echo " testing test/$${TYPE}/bad/$${FILE}"; \
39
- if ./validate "$${TYPE}-schema.json" "test/$${TYPE}/good/$${FILE}" ; \
+ if ./validate "$${TYPE}-schema.json" "test/$${TYPE}/bad/$${FILE}" ; \
40
then \
41
echo " received unexpected validation success" ; \
42
exit 1; \
0 commit comments