Skip to content

Commit

Permalink
test/include.mk: true is not '/bin/true` (#1813)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuegel authored May 13, 2020
1 parent a045a32 commit ce69262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/include.mk
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ $(DEF_KORE_DEFAULT): $(DEF_DIR)/$(DEF).k $(K)
$(DIFF) $@.golden $@ || $(FAILED)

%.verify.out: $(DEF_KORE_DEFAULT)
$(KORE_PARSER) $(DEF_KORE_DEFAULT) --verify >/dev/null 2>$@ || /bin/true
$(KORE_PARSER) $(DEF_KORE_DEFAULT) --verify >/dev/null 2>$@ || true
$(DIFF) $@.golden $@ || $(FAILED)

### SEARCH
Expand Down

0 comments on commit ce69262

Please sign in to comment.