mirror of
https://blitiri.com.ar/repos/chasquid
synced 2026-07-31 02:59:50 +00:00
7a4a4e4b34
There are a couple of places in the tests when we attempt to build and run simultaneously. Here, if the build is slow, there is a race where "text file busy" can appear. To fix this, build to a temporary file with a random name, then atomically rename it to the final binary name.