From e0f0366f920a4681be3ceb60bb86ecc82d14ce54 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 9 Dec 2014 21:17:46 +0000 Subject: -handle negative results correctly --- src/scalarproduct/test_scalarproduct_negative.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scalarproduct/test_scalarproduct_negative.sh') diff --git a/src/scalarproduct/test_scalarproduct_negative.sh b/src/scalarproduct/test_scalarproduct_negative.sh index a7514cf5e..eb9ead4bf 100755 --- a/src/scalarproduct/test_scalarproduct_negative.sh +++ b/src/scalarproduct/test_scalarproduct_negative.sh @@ -39,6 +39,6 @@ then echo "OK" exit 0 else - echo "Result $RESULT NOTOK" + echo "Result $RESULT, expected $EXPECTED NOTOK" exit 1 fi -- cgit v1.2.3