Changeset

7234:161f9f163e37

Makefile: Reduce verbosity of 'make test' so it only shows test failures
author Matthew Wild <mwild1@gmail.com>
date Fri, 04 Mar 2016 22:17:38 +0000
parents 7233:71ca252d9f69
children 7235:ee1f7e1e548c
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Mar 04 22:17:16 2016 +0000
+++ b/Makefile	Fri Mar 04 22:17:38 2016 +0000
@@ -53,7 +53,7 @@
 	$(MAKE) clean -C util-src
 
 test:
-	cd tests && $(RUNWITH) test.lua
+	cd tests && $(RUNWITH) test.lua 0
 
 util/%.so:
 	$(MAKE) install -C util-src