summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2010-11-18 22:46:46 +0000
committerRichard Levitte <levitte@openssl.org>2010-11-18 22:46:46 +0000
commit4878ad687faf305fa13cf7702e8f93b2050d0fe4 (patch)
tree860697deab46dcf1b22e0b6d82103c3d77a68e3e /test
parent908df4d0f7bda92ae9e73e24ce90d53f57a568c5 (diff)
Tell the user what test is being performed.
Diffstat (limited to 'test')
-rw-r--r--test/tests.com1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tests.com b/test/tests.com
index d151cd3955..fa4600f686 100644
--- a/test/tests.com
+++ b/test/tests.com
@@ -76,6 +76,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
$