All tests still pass and a lot of debugging junk is gone
This commit is contained in:
parent
306f520082
commit
5dee093e65
6 changed files with 13 additions and 24 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
value=354
|
||||
expected="Integer cell: value ${value}"
|
||||
echo ${value} | target/psse 2>&1 | grep "${expected}" > /dev/null
|
||||
echo ${value} | target/psse -d 2>&1 | grep "${expected}" > /dev/null
|
||||
|
||||
if [ $? -eq 0 ]
|
||||
then
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
value='"Fred"'
|
||||
expected="String cell: character 'F'"
|
||||
echo ${value} | target/psse 2>&1 | grep "${expected}" > /dev/null
|
||||
echo ${value} | target/psse -d 2>&1 | grep "${expected}" > /dev/null
|
||||
|
||||
if [ $? -eq 0 ]
|
||||
then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue