Skip to content

Commit

Permalink
tools-make: also be quiet if --quiet is flagged
Browse files Browse the repository at this point in the history
Missed a update-mocks.sh call
  • Loading branch information
niftynei committed May 29, 2020
1 parent 96452ea commit 768c286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tools/test/gen_test.c.tmp.c: $(TOOLS_WIRE_DEPS)
$(BOLT_GEN) --page impl tools/test/gen_test.h test_type < tools/test/test_cases > $@

tools/test/gen_test.c: tools/test/gen_test.c.tmp.c $(EXTERNAL_HEADERS) tools/test/gen_test.h
@MAKE=$(MAKE) tools/update-mocks.sh "$<" && mv "$<" "$@"
@MAKE=$(MAKE) tools/update-mocks.sh "$<" $(SUPPRESS_OUTPUT) && mv "$<" "$@"

tools/test/gen_print.h: wire/gen_onion_wire.h $(TOOLS_WIRE_DEPS)
$(BOLT_GEN) -P --page header $@ test_type < tools/test/test_cases > $@
Expand Down

0 comments on commit 768c286

Please sign in to comment.