Make script/test -S flag work when there are assertion failures
This commit is contained in:
parent
e7ed92f1df
commit
04de7cc208
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ case ${mode} in
|
|||
;;
|
||||
|
||||
SVG)
|
||||
$cmd "${args[@]}" 2> >(dot -Tsvg > index.html)
|
||||
$cmd "${args[@]}" 2> >(grep -v 'Assertion failed' | dot -Tsvg > index.html)
|
||||
echo "Wrote index.html"
|
||||
;;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue