summaryrefslogtreecommitdiffstats
path: root/test/tests.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2010-11-18 22:47:01 +0000
committerRichard Levitte <levitte@openssl.org>2010-11-18 22:47:01 +0000
commit2d96a30dc71c7328ac7da3326068e7e0ff103979 (patch)
tree3fe937dd4d60e787f0a941742e4b1840dfcb2ec8 /test/tests.com
parentc09d1df7d39c8ac9c314389cebf5a69eadafe4d8 (diff)
Tell the user what test is being performed.
Diffstat (limited to 'test/tests.com')
-rw-r--r--test/tests.com1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tests.com b/test/tests.com
index 53c9bf6327..4237ab28a6 100644
--- a/test/tests.com
+++ b/test/tests.com
@@ -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
$