Skip to content

Commit 9df387e

Browse files
author
Zhou Hao
committed
schema/Makefile: fix test
Signed-off-by: Zhou Hao <[email protected]>
1 parent 520c634 commit 9df387e

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)