Tell the user what test is being performed.
authorRichard Levitte <levitte@openssl.org>
Thu, 18 Nov 2010 22:46:55 +0000 (22:46 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 18 Nov 2010 22:46:55 +0000 (22:46 +0000)
test/tests.com

index 53c9bf6327fc8a0e0d94f14c6721aa841c70a74a..4237ab28a683d19fc91b08cf80412422a37135d0 100644 (file)
@@ -77,6 +77,7 @@ $ loop_tests:
 $      tests_e = f$element(tests_i,",",tests)
 $      tests_i = tests_i + 1
 $      if tests_e .eqs. "," then goto exit
+$      write sys$output "---> ''tests_e'"
 $      gosub 'tests_e'
 $      goto loop_tests
 $