Makefile: Reduce verbosity of 'make test' so it only shows test failures
authorMatthew Wild <mwild1@gmail.com>
Fri, 4 Mar 2016 22:17:38 +0000 (22:17 +0000)
committerMatthew Wild <mwild1@gmail.com>
Fri, 4 Mar 2016 22:17:38 +0000 (22:17 +0000)
Makefile

index 4e4a407daf5fc03e056162d08e0b2bf0a3d5d974..a5cdbb37d303c131bf4a2e6c1b58c45bc48b116e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ clean:
        $(MAKE) clean -C util-src
 
 test:
-       cd tests && $(RUNWITH) test.lua
+       cd tests && $(RUNWITH) test.lua 0
 
 util/%.so:
        $(MAKE) install -C util-src