Fixed failing test
This commit is contained in:
parent
c21a762413
commit
87b5b1afe8
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
value=354
|
value=354
|
||||||
expected="Integer cell: value ${value}"
|
expected="Integer cell: value ${value}"
|
||||||
echo ${value} | target/psse -d 2>&1 | grep "${expected}" > /dev/null
|
echo ${value} | target/psse -v4 2>&1 | grep "${expected}" > /dev/null
|
||||||
|
|
||||||
if [ $? -eq 0 ]
|
if [ $? -eq 0 ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue