From 244912dd26cd42f44fa0425b0bc15ff442805d38 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Sun, 9 Sep 2018 01:09:41 -0700 Subject: bundle quietly --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 294a044..85a8993 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ test/fzytest: $(TESTOBJECTS) $(CC) $(CFLAGS) $(CCFLAGS) -Isrc -o $@ $(TESTOBJECTS) $(LIBS) acceptance: fzy - cd test/acceptance && bundle && bundle exec ruby acceptance_test.rb + cd test/acceptance && bundle --quiet && bundle exec ruby acceptance_test.rb test: check check: test/fzytest -- cgit v1.2.3