From 36d4bbfeefc8e3818b8cfc2c64941715bded1267 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 18 Apr 2011 15:28:40 +1000 Subject: s3-selftest Rename s3 DC environment to s3dc This should avoid a clash with the s4 DC environment in a future combined 'make test'. Andrew Bartlett --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index e754a43270..78acdc9d94 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3441,7 +3441,7 @@ buildfarm-test: subunit-test: $(MAKE) test SUBUNIT_FORMATTER=cat -SELFTEST_TESTENV = dc +SELFTEST_TESTENV = s3dc testenv: $(MAKE) test SELFTEST_TESTENV=$(SELFTEST_TESTENV) TESTS="--testenv" -- cgit