From 3106cffb6508884058f418ef39d47356b09f50f7 Mon Sep 17 00:00:00 2001 From: David Adam Date: Mon, 13 Jan 2014 17:14:24 +0800 Subject: [PATCH] Makefile/tests: use return values to communicate errors --- Makefile.in | 3 ++- tests/test.fish | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 31b23d5ef..50b73522b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -302,7 +302,8 @@ doc/refman.pdf: doc # test: $(PROGRAMS) fish_tests - ./fish_tests; cd tests; ../fish