summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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