]> Nishi Git Mirror - gwion.git/commitdiff
:art: Improve tests
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 6 Dec 2019 20:01:36 +0000 (21:01 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 6 Dec 2019 20:01:36 +0000 (21:01 +0100)
tests/sh/opt.sh

index 039f39aee20407755f113825ccc506ea479a2355..f752f8a91f08427d37b0478153ebd9e6234247a7 100644 (file)
@@ -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