Bug #19
envProperty takes precedence over SystemProperty
| Status : | Closed | Start : | 10/22/2008 | |
| Priority : | High | Due date : | ||
| Assigned to : | Kaare Nilsen | % Done : | 0% |
|
| Category : | - | Spent time : | - | |
| Target version : | - | Estimated time : | 0.00 hours | |
Description
export APP_ENV=
mvn clean test
Result: OK
export APP_ENV=env1
mvn clean test
Result: Fail
This indicates to me that even though I set the system property in each my tests, the env variable is still used.
Related issues