This should finally fix kv.test and dotty.test on the LIP6 buildfarm.
* src/tgbatest/kv.test, iface/nips/nipstest/dotty.test: Don't rely
on the ${DOT-...} syntax, because DOT is always set and might be
set to the empty value.
This commit is contained in:
parent
e6be19cdf7
commit
0385f5b6c7
3 changed files with 10 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ set -e
|
|||
check ()
|
||||
{
|
||||
run 0 ../ltl2tgba -f -KV "$1" > out.dot
|
||||
"${DOT-true}" out.dot > /dev/null
|
||||
test -z "$DOT" || "$DOT" out.dot > /dev/null
|
||||
rm -f out.dot
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue