summaryrefslogtreecommitdiffstats
path: root/test/testgen
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2015-04-08 12:28:15 -0400
committerRich Salz <rsalz@openssl.org>2015-04-08 12:28:15 -0400
commit5adac91eab78d0ba8b5c84e7c883ae123c28a72b (patch)
treee299386b15dfdcd4a9794ff33d5280a304505e67 /test/testgen
parent37d92b1b2bb6e6e04d62d6f7774a2d8190a99174 (diff)
consistent test-start logging
Output a consistent "start" marker for each test. Remove "2>/dev/null" from Makefile command lines. Add OPENSSL_CONFIG=/dev/null for places where it's needed, in order to suppress a warning message from the openssl CLI. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/testgen')
-rw-r--r--test/testgen1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testgen b/test/testgen
index 524c0d134c..ed53b4a5af 100644
--- a/test/testgen
+++ b/test/testgen
@@ -3,6 +3,7 @@
T=testcert
KEY=512
CA=../certs/testca.pem
+OPENSSL_CONF=/dev/null ; export OPENSSL_CONF
/bin/rm -f $T.1 $T.2 $T.key