Print openssl version information at the end of the tests
[openssl.git] / test / tests.com
index 4237ab28a683d19fc91b08cf80412422a37135d0..a82cfe3c9e3e81c653e984a3f876ab8cc845daf7 100644 (file)
@@ -14,6 +14,7 @@ $     exe_dir := sys$disk:[-.'__arch'.exe.apps]
 $
 $      sslroot = f$parse("sys$disk:[-.apps];",,,,"syntax_only") - "].;"+ ".]"
 $      define /translation_attributes = concealed sslroot 'sslroot'
+$      openssl_conf := sslroot:[000000]openssl-vms.cnf
 $
 $      set default '__here'
 $
@@ -291,11 +292,14 @@ $ mcr 'texe_dir''jpaketest'
 $      return
 $ test_cms:
 $      write sys$output "CMS consistency test"
+$      ! The following makes perl include the DCL symbol table in the env.
+$      define/user perl_env_tables clisym_local,lnm$file_dev,ctrl_env
 $      perl CMS-TEST.PL
 $      return
 $
 $
 $ exit:
+$      mcr 'exe_dir'openssl version -a
 $      set default '__save_default'
 $      deassign sslroot
 $      exit