summaryrefslogtreecommitdiffstats
path: root/integrations/empty_repo_test.go
diff options
context:
space:
mode:
authorzeripath <art27@cantab.net>2019-11-25 23:21:37 +0000
committerLauris BH <lauris@nix.lv>2019-11-26 01:21:37 +0200
commit055f6d229672524e3933940f95aa28939d94961a (patch)
tree72d1d427ce694517b70b6b751e35fdf6d5874428 /integrations/empty_repo_test.go
parentf5bd0884d2adea8ef7ba1bbd9dacb240d7c6b0f7 (diff)
downloadgitea-055f6d229672524e3933940f95aa28939d94961a.tar.gz
gitea-055f6d229672524e3933940f95aa28939d94961a.zip
Fix "data race" in testlogger (#9159)
* Fix data race in testlogger * Update git_helper_for_declarative_test.go
Diffstat (limited to 'integrations/empty_repo_test.go')
-rw-r--r--integrations/empty_repo_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/integrations/empty_repo_test.go b/integrations/empty_repo_test.go
index 2d72546e7d..77b8adf686 100644
--- a/integrations/empty_repo_test.go
+++ b/integrations/empty_repo_test.go
@@ -12,7 +12,7 @@ import (
)
func TestEmptyRepo(t *testing.T) {
- prepareTestEnv(t)
+ defer prepareTestEnv(t)()
subpaths := []string{
"commits/master",
"raw/foo",