Skip to content

Commit

Permalink
schema/Makefile: fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
  • Loading branch information
Zhou Hao committed Jan 22, 2018
1 parent b2d941e commit acfa66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test: validate $(TESTS)
for FILE in $$(ls "test/$${TYPE}/bad"); \
do \
echo " testing test/$${TYPE}/bad/$${FILE}"; \
if ./validate "$${TYPE}-schema.json" "test/$${TYPE}/good/$${FILE}" ; \
if ./validate "$${TYPE}-schema.json" "test/$${TYPE}/bad/$${FILE}" ; \
then \
echo " received unexpected validation success" ; \
exit 1; \
Expand Down

0 comments on commit acfa66c

Please sign in to comment.