Open
Bug 462944
Opened 16 years ago
Updated 1 year ago
init.sh defeats local environment setting on single test runs.
Categories
(NSS :: Test, defect, P5)
Tracking
(Not tracked)
NEW
People
(Reporter: rrelyea, Unassigned)
Details
I often need to run individual tests (not all.sh) to diagnose problems or write new code.
I set my environment preferences before I run those tests (dbm/sql/pkix/etc.).
Most of the time I actually set sql so that I'm testing the new DB code.
All.sh properly sets these when running various flavors of tests. Unfortunately it appears that init.sh also sets these values, which means when I go to test something locally, it only ever tests the dbm versions.
This explicit setting of NSS_DEFAULT_DB_TYPE should be removed from init.sh.
thanks.
bob
Updated•2 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Severity: S3 → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•