From: Loic Dachary Date: Fri, 13 Nov 2015 15:23:27 +0000 (+0100) Subject: tests: restore run-cli-tests X-Git-Tag: v10.0.1~70^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d0e9c4017732d4524f9cef884bbc4c1c27b4729f;p=ceph.git tests: restore run-cli-tests e4ca468 moved src/test/run-cli-tests from check-local to check_SCRIPTS but did not add it to the TESTS variable. Signed-off-by: Loic Dachary --- diff --git a/Makefile.am b/Makefile.am index 7ff3cf7f122..d572e148b0b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -57,6 +57,11 @@ check-local:: all exit 1 ; \ fi +# display the output of failed check_SCRIPTS after a failed make check +export VERBOSE = true + +TESTS = $(check_SCRIPTS) + check_SCRIPTS = \ src/test/run-cli-tests