Skip to content

Commit 7a8c2c8

Browse files
Merge pull request #947 from q384566678/fix-makefile-test
schema/Makefile: fix test
2 parents 520c634 + 9df387e commit 7a8c2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ test: validate $(TESTS)
3636
for FILE in $$(ls "test/$${TYPE}/bad"); \
3737
do \
3838
echo " testing test/$${TYPE}/bad/$${FILE}"; \
39-
if ./validate "$${TYPE}-schema.json" "test/$${TYPE}/good/$${FILE}" ; \
39+
if ./validate "$${TYPE}-schema.json" "test/$${TYPE}/bad/$${FILE}" ; \
4040
then \
4141
echo " received unexpected validation success" ; \
4242
exit 1; \

0 commit comments

Comments
 (0)