mirror of
https://github.com/ceph/ceph
synced 2025-04-01 00:26:47 +00:00
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 <loic@dachary.org>
This commit is contained in:
parent
c73e96a39a
commit
d0e9c40177
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user