Commit 1786098
committed
Fix longevity test runs
Problem:
Running longevity test mistakenly runs all other NFRs
make start-longevity-test and make stop-longevity-test mistakenly
executes all NFRs. Only longevity test must run.
Solution:
Problem was introduced in 8671fb7
Ensure the env variables are exported so that they are passed to nfr-test target.
Testing:
- Ran make start-longevity-test and make stop-longevity-test successfully.
CLOSES - #20641 parent d943b50 commit 1786098
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments