File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -1545,7 +1545,7 @@ Run all tests in test groups 80 to 99 except for tests in group 90:
1545
1545
To stochastically verify that the algorithm that produces uniformly distributed
1546
1546
random numbers is operating correctly (with a false positive rate of 0.01%):
1547
1547
1548
- $ ./util/shlib_wrap .sh test/bntest -stochastic
1548
+ $ ./util/wrap .sh test/bntest -stochastic
1549
1549
1550
1550
Troubleshooting
1551
1551
===============
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ Test behavior can be modified by adjusting environment variables.
28
28
EXE_SHELL
29
29
30
30
This variable is used to specify the shell used to execute OpenSSL test
31
- programs. The default program (util/shlib_wrap.sh ) initializes the
32
- environment to allow programs to find shared libraries. The variable can
33
- be modified to specify a different executable environment.
31
+ programs. The default wrapper (util/wrap.pl ) initializes the environment
32
+ to allow programs to find shared libraries. The variable can be modified
33
+ to specify a different executable environment.
34
34
35
- EXE_SHELL="`/bin/pwd`/util/shlib_wrap.sh valgrind --error-exitcode=1 --leak-check=full -q"
35
+ EXE_SHELL="`/bin/pwd`/util/wrap.pl valgrind --error-exitcode=1 --leak-check=full -q"
36
36
37
37
This will start up Valgrind with the default checker (memcheck).
38
38
The --error-exitcode=1 option specifies that Valgrind should exit with an
@@ -62,9 +62,9 @@ INSTALL file in the root of the OpenSSL source tree.
62
62
63
63
Example command line:
64
64
65
- make test EXE_SHELL="`/bin/pwd`/util/shlib_wrap.sh valgrind --error-exitcode=1 --leak-check=full -q" OPENSSL_ia32cap=":0"
65
+ make test EXE_SHELL="`/bin/pwd`/util/wrap.pl valgrind --error-exitcode=1 --leak-check=full -q" OPENSSL_ia32cap=":0"
66
66
67
67
If an error occurs, you can then run the specific test via the TESTS
68
68
variable with the VERBOSE option to gather additional information.
69
69
70
- make test VERBOSE=1 TESTS=test_test EXE_SHELL="`/bin/pwd`/util/shlib_wrap.sh valgrind --error-exitcode=1 --leak-check=full -q" OPENSSL_ia32cap=":0"
70
+ make test VERBOSE=1 TESTS=test_test EXE_SHELL="`/bin/pwd`/util/wrap.pl valgrind --error-exitcode=1 --leak-check=full -q" OPENSSL_ia32cap=":0"
Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ or for shared builds
281
281
282
282
```
283
283
$ CTLOG_FILE=test/ct/log_list.conf TEST_CERTS_DIR=test/certs \
284
- util/shlib_wrap.sh test/ssl_test test/ssl-tests/01-simple.conf
284
+ util/wrap.pl test/ssl_test test/ssl-tests/01-simple.conf
285
285
```
286
286
287
287
Note that the test expectations sometimes depend on the Configure settings. For
You can’t perform that action at this time.
0 commit comments