* src/tgbatest/kv.test: Don't run valgrind on dot!

This commit is contained in:
Alexandre Duret-Lutz 2009-10-23 14:32:39 +02:00
parent 913637a7ae
commit 802754c60a
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2009-10-23 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgbatest/kv.test: Don't run valgrind on dot!
2009-10-16 Alexandre Duret-Lutz <adl@lrde.epita.fr> 2009-10-16 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Escape labels in -KV output. Escape labels in -KV output.

View file

@ -26,7 +26,7 @@ set -e
check () check ()
{ {
run 0 ../ltl2tgba -f -KV "$1" > out.dot run 0 ../ltl2tgba -f -KV "$1" > out.dot
run 0 $DOT out.dot > /dev/null $DOT out.dot > /dev/null
rm -f out.dot rm -f out.dot
} }