aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/integration/local (unfollow)
Commit message (Collapse)Author
2024-06-23drop workdir logicEgor Tensin
I don't think it ever worked. For example, the test_workdir test case was disfunctional. Additionally, "master" was hardcoded as the default branch name, which is obviously a bug.
2024-06-23include error.html in the frontend to signal errorsEgor Tensin
2023-07-12test: no need to pre-configure git, remove some warningsEgor Tensin
2022-12-03fix preludes in bash scriptsEgor Tensin
2022-05-27clone to NAME.git foldersEgor Tensin
It seems to be the convention and the default behaviour of `git clone --bare`, so do that.
2022-03-08test/integration: more obvious success indicationEgor Tensin
2021-07-31move all tests to test/Egor Tensin