Skip to content

Commit 8372317

Browse files
committed
remove test repo removal from before all test
1 parent 721464d commit 8372317

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

git/remote/git_remote_list.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package remote

git/remote/git_remote_list_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package remote

tests/beforeAll_git_setup_test.go

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,11 @@ func tearDownTests() {
7373
return
7474
}
7575

76-
err := os.RemoveAll(os.Getenv("GITCONVEX_TEST_REPO"))
77-
if err != nil {
78-
logger.Error(err)
79-
return
80-
}
76+
// Enable for deleting the test repo after running the tests
77+
78+
//err := os.RemoveAll(os.Getenv("GITCONVEX_TEST_REPO"))
79+
//if err != nil {
80+
// logger.Error(err)
81+
// return
82+
//}
8183
}

0 commit comments

Comments
 (0)