tests: ignore thread affinity

* tests/ltsmin/check.test,
tests/ltsmin/testconvert.test: Here.
This commit is contained in:
Etienne Renault 2020-05-19 10:24:19 +02:00
parent 7c9ae3d361
commit 9a8745fcff
2 changed files with 12 additions and 9 deletions

View file

@ -33,7 +33,7 @@ fi
set -e
run 0 ../testconvert $srcdir/finite.dve 'true' > output
run 0 ../testconvert $srcdir/finite.dve 'true' | grep -v Thread > output
cat << EOF > expected
[CUBE] Model: 15,24
[BDD] Model: 15,24
@ -43,7 +43,7 @@ EOF
cmp output expected
run 0 ../testconvert $srcdir/finite.dve 'G "P.a==5"' > output
run 0 ../testconvert $srcdir/finite.dve 'G "P.a==5"'| grep -v Thread > output
cat << EOF > expected
[CUBE] Model: 15,24
[BDD] Model: 15,24