* 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
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue