Commit Graph

2 Commits (69b3dd636201d340ab6bdfa49ed95456a4e5acb7)

Author SHA1 Message Date
mrsdizzie 2b2373f6c2
Don't put integration test data outside of test folder ()
Some integration test data is being put outside of the integration test folders which means it isn't deleted properly with make clean. Update config so it works as expected.

Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
guillep2k 23163e98a3
Use /tmp for test repositories ()
* Add option to use /tmp for test repositories

* Fix exit status

* Add feedback about using tmp repos

Co-authored-by: Guillermo Prandi <guillep2k@users.noreply.github.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>