summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hawthorn <john@hawthorn.email>2018-09-09 01:09:41 -0700
committerJohn Hawthorn <john@hawthorn.email>2018-09-09 13:08:19 -0700
commit244912dd26cd42f44fa0425b0bc15ff442805d38 (patch)
tree6d7d2ec859b5ccf650d7acb74618ecbcc8fa882a
parent14c77b1f4d056d7b693a6ec34a289fd1d163a7e5 (diff)
bundle quietly
-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