From: Richard Levitte Date: Thu, 18 Nov 2010 22:47:01 +0000 (+0000) Subject: Tell the user what test is being performed. X-Git-Tag: OpenSSL_1_0_0c~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d96a30dc71c7328ac7da3326068e7e0ff103979;p=openssl Tell the user what test is being performed. --- 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 $