From: Jérémie Astor Date: Fri, 6 Dec 2019 20:01:36 +0000 (+0100) Subject: :art: Improve tests X-Git-Tag: nightly~2068^2~7 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=6ae9252ad32aaa99ec268c8bd3ba021a57633c6e;p=gwion.git :art: Improve tests --- 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