From e4450d68c23c0ba29bcc2d2282122e9dd4a4aef3 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Tue, 4 Sep 2012 20:02:58 +0200 Subject: [PATCH] [pipepar] Avoid output when using "script" Call script with -q to avoid any output --- pipepar/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipepar/Makefile b/pipepar/Makefile index 4caeb2b..487e02d 100644 --- a/pipepar/Makefile +++ b/pipepar/Makefile @@ -2,7 +2,7 @@ CFLAGS?=-Wall -Wextra ifeq ($(shell perf --help 2>/dev/null >/dev/null && echo y),y) runntimes = perf stat -r $(1) $(2) -runntimesandlog = script -a -c "$(runntimes)" $(3) +runntimesandlog = script -a -q -c "$(runntimes)" $(3) else # Run a command several times # @param N Number of time to run the command