View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006714 | Taler | exchange | public | 2021-01-22 01:41 | 2024-01-12 14:09 |
Reporter | ttn | Assigned To | ttn | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | Linux | OS | Debian | OS Version | Bullseye/Sid |
Product Version | git (master) | ||||
Target Version | 0.8 | Fixed in Version | 0.8 | ||
Summary | 0006714: "make check" fails to respect TMPDIR | ||||
Description | After "make check TMPDIR=$HOME/tmp", temp files are expected to be in $HOME/tmp. Instead, they appear in /tmp/$USER (in my case '/tmp/ttn'). (The rest of exchange is fine.) | ||||
Steps To Reproduce | cd exchange/src/util make check TMPDIR=$HOME/tmp | ||||
Additional Information | I see there is a hardcoded "/tmp" in: https://git.taler.net/exchange.git/tree/src/util/crypto_helper_denom.c#n237 Could that be the problem? | ||||
Tags | No tags attached. | ||||
|
Never mind. I found the problem and pushed this commit to fix it: https://git.taler.net/exchange.git/commit/?id=2bba834643b520ccedc8bfad780183242dc19fed Tested locally; works fine. Closing. |
|
This was more a "test configuration methodology" error than anything else. No big deal. :) |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-01-22 01:41 | ttn | New Issue | |
2021-01-22 01:41 | ttn | Status | new => assigned |
2021-01-22 01:41 | ttn | Assigned To | => Christian Grothoff |
2021-01-22 02:03 | ttn | Assigned To | Christian Grothoff => ttn |
2021-01-22 02:04 | ttn | Note Added: 0017388 | |
2021-01-22 02:05 | ttn | Status | assigned => resolved |
2021-01-22 02:05 | ttn | Resolution | open => fixed |
2021-01-22 02:05 | ttn | Note Added: 0017389 | |
2021-07-30 13:56 | Christian Grothoff | Fixed in Version | => 0.8 |
2021-07-30 13:59 | Christian Grothoff | Target Version | => 0.8.1 |
2021-07-30 14:01 | Christian Grothoff | Target Version | 0.8.1 => 0.8 |
2021-08-24 16:23 | Christian Grothoff | Status | resolved => closed |
2024-01-12 14:09 | Christian Grothoff | Category | libtalerutil => exchange |