6936788: Minor adjustment to top repo test/Makefile, missing non-zero exit case
Reviewed-by: jjg
This commit is contained in:
parent
544db57872
commit
235a0d94bd
@ -42,6 +42,7 @@ if [ -d $1 ] ; then \
|
||||
$(MAKE) -C $1/test $2 ; \
|
||||
else \
|
||||
echo "ERROR: File does not exist: $1/test/Makefile"; \
|
||||
exit 1; \
|
||||
fi; \
|
||||
else \
|
||||
echo "WARNING: No testing done, directory does not exist: $1"; \
|
||||
|
Loading…
Reference in New Issue
Block a user