summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2010-11-18 22:46:55 +0000
committerRichard Levitte <levitte@openssl.org>2010-11-18 22:46:55 +0000
commitc91b52111144310e3db110aef10080edea1b1a2a (patch)
tree2ad50a2147c268013b7fd6ec57425242da4dfbc5 /test
parentdeb35e3e2cab0f20fda315eb7ff8f2eaca25a196 (diff)
downloadopenssl-new-c91b52111144310e3db110aef10080edea1b1a2a.tar.gz
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 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
$