* src/tgbatest/kv.test: Don't run valgrind on dot!
This commit is contained in:
parent
913637a7ae
commit
802754c60a
2 changed files with 5 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ set -e
|
|||
check ()
|
||||
{
|
||||
run 0 ../ltl2tgba -f -KV "$1" > out.dot
|
||||
run 0 $DOT out.dot > /dev/null
|
||||
$DOT out.dot > /dev/null
|
||||
rm -f out.dot
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue