From 6ae9252ad32aaa99ec268c8bd3ba021a57633c6e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Fri, 6 Dec 2019 21:01:36 +0100 Subject: [PATCH] :art: Improve tests --- tests/sh/opt.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/sh/opt.sh b/tests/sh/opt.sh index 039f39ae..f752f8a9 100644 --- a/tests/sh/opt.sh +++ b/tests/sh/opt.sh @@ -86,6 +86,7 @@ n=$((n+1)) run "$n" "comma in module argument" "-mpp=-Dtest='\"dqs\,qs\"',-Dtsdl" "file" # test signal -./gwion -l1 & +# mask asan output for now +./gwion -l1 &>/dev/null & PID=$! sleep .1 && kill $PID -- 2.43.0