This allows us to use t.TempDir() everywhere. This was not possible before because t.TempDir() fails the test if something was written in the temp dir after the test case is finished. So by waiting on the depsolving goroutine to finish, we can be sure that nothing is written in the tempdir anymore. Signed-off-by: Ondřej Budai <ondrej@budai.cz> |
||
|---|---|---|
| .. | ||
| v2 | ||
| server.go | ||