From 0f275c7b4124738f310f2bf04a2e01fd12738716 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 4 Jan 2021 15:28:09 -0800 Subject: [PATCH] ;make functest: hide successes again --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a57e4a2f1..2dbee3cd7 100644 --- a/Makefile +++ b/Makefile @@ -91,8 +91,8 @@ STACK ?= stack # it will give warnings. To silence these, put the old hpack-X.Y in $PATH and uncomment: #STACK=stack --with-hpack=hpack-0.20 -# -j16 sometimes gives "commitAndReleaseBuffer: resource vanished (Broken pipe)" but seems harmless -SHELLTESTOPTS=--execdir -j16 --exclude=/_ #--hide-successes +# --threads=16 sometimes gives "commitAndReleaseBuffer: resource vanished (Broken pipe)" but seems harmless +SHELLTESTOPTS=--execdir --threads=16 --exclude=/_ --hide-successes # make sure shelltest is a released version of shelltestrunner # run shell tests using the executable specified in tests