This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Specify tmpdir for running golang unit tests
It is possible for the `go-test.sh` script to fail when attemping to write to a file as it can already be closed. This problem seems to relate to the golang `testing` package itself so work around the problem by specifying an explicit temporary directory for `testing` to create files in. Fixes #869. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
- Loading branch information