1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

tests: Restore the old behaviour of "make test" so it uses tests/var

This is finally possible, given all the other changes...  :-)

This is a good default because daemons will be left running, test/var
will still exist and test failures can be investigated.

To "automatically" clean up, do:

  ./tests/run_tests.sh -C -V tests/var -- tests/simple/99_daemons_shutdown.sh

... although "killall ctdbd ; rm -rf tests/var" is less keystrokes.  ;-)

Signed-off-by: Martin Schwenke <martin@meltin.net>

(This used to be ctdb commit d661f09c6c76543bd091d51bc0e6fe97ed0f55d1)
This commit is contained in:
Martin Schwenke 2012-05-14 12:47:02 +10:00
parent 594601bdad
commit 64d90c0795

View File

@ -369,7 +369,7 @@ install_tests: all
tests/INSTALL --destdir=$(DESTDIR) --datarootdir=$(prefix)/share --libdir=$(libdir) --bindir=$(bindir) --etcdir=$(etcdir)
test: all
tests/run_tests.sh
tests/run_tests.sh -V tests/var
test_cluster: all
tests/run_cluster_tests.sh