From eaa02e4b54e79c4dca49054eaf6558f4bfd152bb Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 7 Mar 2007 02:11:40 +0000 Subject: r21733: Merge testenv back into core selftest.pl (This used to be commit 4b78ed3a606b6697512f1e4e9b9c6c93816e71f8) --- source4/main.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/main.mk') diff --git a/source4/main.mk b/source4/main.mk index 7807b5f52f..87faa326a7 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -304,7 +304,7 @@ quicktest: all $(SELFTEST) --quick --socket-wrapper --immediate $(TESTS) testenv: all libraries - $(srcdir)/script/tests/testenv.pl + $(SELFTEST) --socket-wrapper --testenv valgrindtest: valgrindtest-quick @@ -321,7 +321,7 @@ valgrindtest-all: all libraries valgrindtest-env: all libraries SMBD_VALGRIND="xterm -n smbd -e valgrind -q --db-attach=yes --num-callers=30" \ VALGRIND="valgrind -q --num-callers=30 --log-file=${selftest_prefix}/valgrind.log" \ - $(srcdir)/script/tests/testenv.pl + $(SELFTEST) --socket-wrapper --testenv gdbtest: gdbtest-quick -- cgit