mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
6bafe97bc1
For example, "TOR_SKIP_TESTCASES=crypto/.. ./src/test/test" will run the tests and suppress all the "crypto/" tests. You could get the same effect by running "./src/test/test :crypto/..", but that can be harder to arrange from CI. Part of a fix/workaround for 33643.
6 lines
336 B
Plaintext
6 lines
336 B
Plaintext
o Minor features (testing):
|
|
- The unit tests now support a "TOR_SKIP_TESTCASES" environment variable
|
|
to specify a list of space-separated test cases that should not be
|
|
executed. We will use this to disable certain tests that are failing on
|
|
Appveyor because of mismatched OpenSSL libraries. Part of ticket 33643.
|