projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
908df4d
)
Tell the user what test is being performed.
author
Richard Levitte
<levitte@openssl.org>
Thu, 18 Nov 2010 22:46:46 +0000
(22:46 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 18 Nov 2010 22:46:46 +0000
(22:46 +0000)
test/tests.com
patch
|
blob
|
history
diff --git
a/test/tests.com
b/test/tests.com
index d151cd39553499ff33d53d074a9dce74891f6b20..fa4600f686cc80ffc1eb36194150a57532afa034 100644
(file)
--- 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
$