Bug 302602 Comment 4 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

This variables are well documented:
- https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Sources_Building_Testing#Running_the_NSS_test_suite
- https://searchfox.org/mozilla-central/source/security/nss/tests/all.sh#59

Also, the script tests/common/init.sh has enough controls which try to automate the configuration of this variables and exit with a informative message if cant define its value.
https://searchfox.org/mozilla-central/source/security/nss/tests/common/init.sh#386

So, according with documentations informed above, if not work automatically, just set this variables manually to adapt the tests to the testing environment.
This variables are well documented:
- https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Sources_Building_Testing#Running_the_NSS_test_suite
- https://searchfox.org/mozilla-central/source/security/nss/tests/all.sh#59

Also, the script tests/common/init.sh has enough controls which try to automate the configuration of this variables and exit with a informative message if can't define its value.
https://searchfox.org/mozilla-central/source/security/nss/tests/common/init.sh#386

So, according with documentations informed above, if not work automatically, just set this variables manually to adapt the tests to the testing environment.

Back to Bug 302602 Comment 4