From e66814c7e3a0abdc10a795e060d8f6e766b5bdfe Mon Sep 17 00:00:00 2001 From: Chris Allen Date: Sat, 7 Apr 2018 16:20:44 -0500 Subject: [PATCH] Remove test verbosity --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f3097fd..37c8840 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ echo-warn: STACK_YAML="stack-8.0.yaml" stack test --fast bloodhound:test:bloodhound-tests --test-arguments="--qc-max-success 500" --flag bloodhound:ES5 8.2-test-ES1: - STACK_YAML="stack.yaml" stack test -v --fast bloodhound:test:bloodhound-tests --test-arguments="--qc-max-success 500" --flag bloodhound:ES1 + STACK_YAML="stack.yaml" stack test --fast bloodhound:test:bloodhound-tests --test-arguments="--qc-max-success 500" --flag bloodhound:ES1 8.2-test-ES5: STACK_YAML="stack.yaml" stack test --fast bloodhound:test:bloodhound-tests --test-arguments="--qc-max-success 500" --flag bloodhound:ES5