From 3106cffb6508884058f418ef39d47356b09f50f7 Mon Sep 17 00:00:00 2001 From: David Adam Date: Mon, 13 Jan 2014 17:14:24 +0800 Subject: Makefile/tests: use return values to communicate errors --- tests/test.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test.fish') diff --git a/tests/test.fish b/tests/test.fish index 6d2ce42c..2b796ef8 100755 --- a/tests/test.fish +++ b/tests/test.fish @@ -40,11 +40,11 @@ if [ "$argv" != '-n' ] if test $res = ok; echo File test.fish tested ok + exit 0 else echo File test.fish failed tests + exit 1 end; - - exit end echo Testing high level script functionality -- cgit v1.2.3