We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
true
1 parent a045a32 commit ce69262Copy full SHA for ce69262
test/include.mk
@@ -71,7 +71,7 @@ $(DEF_KORE_DEFAULT): $(DEF_DIR)/$(DEF).k $(K)
71
$(DIFF) $@.golden $@ || $(FAILED)
72
73
%.verify.out: $(DEF_KORE_DEFAULT)
74
- $(KORE_PARSER) $(DEF_KORE_DEFAULT) --verify >/dev/null 2>$@ || /bin/true
+ $(KORE_PARSER) $(DEF_KORE_DEFAULT) --verify >/dev/null 2>$@ || true
75
76
77
### SEARCH
0 commit comments