From 87b5b1afe8237ab9054fc08fde007455ef4d7012 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Sun, 30 Dec 2018 11:14:50 +0000 Subject: [PATCH] Fixed failing test --- unit-tests/integer-allocation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit-tests/integer-allocation.sh b/unit-tests/integer-allocation.sh index 5d07d90..c2edf14 100644 --- a/unit-tests/integer-allocation.sh +++ b/unit-tests/integer-allocation.sh @@ -2,7 +2,7 @@ value=354 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 ] then