summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-04-05 11:54:34 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-04-05 11:54:34 +0000
commitc9a17781345ed8fb58fc5f63e6f0876ddb67618d (patch)
tree2092e6c4c1d0530554a04e0e2f292e870c22a5c6 /Makefile.org
parent326794e9c67107a9f9b0c285b7d0b8ed83773f62 (diff)
Fix error codes.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.org b/Makefile.org
index 2c510547e2..c53103646e 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -403,8 +403,8 @@ test: tests
tests: rehash
@(cd test && echo "testing..." && \
- $(CLEARENV) && $(MAKE) -e $(BUILDENV) TOP=.. TESTS='$(TESTS)' OPENSSL_DEBUG_MEMORY=on tests );
- util/opensslwrap.sh version -a
+ $(CLEARENV) && $(MAKE) -e $(BUILDENV) TOP=.. TESTS='$(TESTS)' OPENSSL_DEBUG_MEMORY=on OPENSSL_CONF=../apps/openssl.cnf tests );
+ OPENSSL_CONF=apps/openssl.cnf util/opensslwrap.sh version -a
report:
@$(PERL) util/selftest.pl