Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't leave back stray library after tests
The new test `test_library_update_with_initialize` introduced in olofk#720 did use the `fusesoc_libraries`-directory in the repository root and, in contrast to other tests in that module, did not delete it afterwards. This causes a leftover library in the repository root after running the testsuite. This is unpleasant and a bug in the test. This commit fixes it by cloning into the temporary directory, which was already created for just this use-case.
- Loading branch information