summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2016-09-26 09:53:27 +0200
committerLukas Slebodnik <lslebodn@redhat.com>2016-09-26 11:38:51 +0200
commitbc1e74e5f0f69d7ed9a7ad8455de59c979816431 (patch)
tree2b5f16801bc28df7f60e14dce58cca24e772f47c
parentf5d3f4304a767f20484c5a97012720e272a9a022 (diff)
downloadsssd-bc1e74e5f0f69d7ed9a7ad8455de59c979816431.tar.gz
sssd-bc1e74e5f0f69d7ed9a7ad8455de59c979816431.tar.xz
sssd-bc1e74e5f0f69d7ed9a7ad8455de59c979816431.zip
BUILD: intgcheck need to fail if pytest fails
Reviewed-by: Fabiano FidĂȘncio <fidencio@redhat.com>
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4385268b2..1ea8f5066 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3106,12 +3106,14 @@ intgcheck-prepare:
cd ../..
intgcheck-run:
+ set -e; \
if [ ! -d intg/pfx ]; then $(MAKE) intgcheck-prepare; fi; \
cd intg/bld; \
$(MAKE) $(AM_MAKEFLAGS) -C src/tests/intg intgcheck-installed; \
cd ../..
intgcheck-clean:
+ set -e; \
prefix=`readlink -e intg/pfx`; \
rm -Rf "$$prefix" intg