aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/integration/local (follow)
Commit message (Collapse)AuthorAge
* drop workdir logicEgor Tensin2024-06-23
| | | | | | 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.
* include error.html in the frontend to signal errorsEgor Tensin2024-06-23
|
* test: no need to pre-configure git, remove some warningsEgor Tensin2023-07-12
|
* fix preludes in bash scriptsEgor Tensin2022-12-03
|
* clone to NAME.git foldersEgor Tensin2022-05-27
| | | | | It seems to be the convention and the default behaviour of `git clone --bare`, so do that.
* test/integration: more obvious success indicationEgor Tensin2022-03-08
|
* move all tests to test/Egor Tensin2021-07-31