]> source.dussan.org Git - gitea.git/commit
Use unique temp dirs in unit tests (#3494)
authorEthan Koenig <ethantkoenig@gmail.com>
Wed, 21 Feb 2018 07:38:52 +0000 (23:38 -0800)
committerLunny Xiao <xiaolunwen@gmail.com>
Wed, 21 Feb 2018 07:38:52 +0000 (01:38 -0600)
commitd27d720f05835dfc4633587aec885ab9b93b5f86
tree106419dc3d480db1da8ca9a2f117ab25bf2b607e
parent2f5c1ba1db39648e4be9a2905dcec09c45dbb269
Use unique temp dirs in unit tests (#3494)

* Use unique temp dirs in unit tests

* Remove temp dirs after tests run

* os.RemoveAll -> removeAllWithRetry
models/unit_tests.go