This should hopefully fix the test in validation_tests.cpp
on Windows, where tmpfile() is unusable, at least on travis.
Note for future reference: tmpfile() support seems quite broken on
Windows and should be avoided.
Differential D199
Fix temporary file creation for validation_tests deadalnix on Jun 14 2017, 10:34. Authored by Tags None Subscribers None
Details
This should hopefully fix the test in validation_tests.cpp Note for future reference: tmpfile() support seems quite broken on src/test/test_bitcoin -t validation_tests
Diff Detail
Event TimelineComment Actions Tested ok for me on Linux, will put it through Travis to see about the Windows build. See: https://travis-ci.org/ftrader-bitcoinabc/bitcoin-abc/builds/242820846 |