diff options
author | Rich Salz <rsalz@openssl.org> | 2015-04-08 18:28:15 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2015-04-08 18:28:15 +0200 |
commit | 5adac91eab78d0ba8b5c84e7c883ae123c28a72b (patch) | |
tree | e299386b15dfdcd4a9794ff33d5280a304505e67 /test/testenc | |
parent | Ignore the non-dll windows specific build directories (diff) | |
download | openssl-5adac91eab78d0ba8b5c84e7c883ae123c28a72b.tar.xz openssl-5adac91eab78d0ba8b5c84e7c883ae123c28a72b.zip |
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/testenc')
-rw-r--r-- | test/testenc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/testenc b/test/testenc index d9fd52e533..6ca9caddc1 100644 --- a/test/testenc +++ b/test/testenc @@ -2,6 +2,8 @@ testsrc=testenc test=./p + +OPENSSL_CONF=/dev/null ; export OPENSSL_CONF cmd="../util/shlib_wrap.sh ../apps/openssl" cat $testsrc >$test; |