Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests/setup.sh: cleanup test script output and logging | Lars Hjemli | 2008-02-24 | 1 | -2/+8 |
| | | | | | | | Log the complete output from each test-script in test-output.log and tell the user about the logfile when a test-script fails. Signed-off-by: Lars Hjemli <[email protected]> | ||||
* | Make output from `make test` more readable | Lars Hjemli | 2008-02-24 | 1 | -2/+2 |
| | | | | Signed-off-by: Lars Hjemli <[email protected]> | ||||
* | Add regression-test for description-less repos | Lars Hjemli | 2008-02-24 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | The segfault fixed in commit eacde43d7184452e1fdc90b982b531f1f5239923 was triggered when the html-functions manipulated string literals. One callpatch which could trigger the bug is in ui-repolist.c when repo descriptions are passed to html_ntxt(): if a repo is lacking a description, the literal string "[no description]" is used. This patch changes test/setup.sh such that the first repo has no description, and adds tests for both "[no description]" and "the bar repo" (description of the other repo) to tests/t0101-index.sh, which should be enought to catch regressions in these functions. Noticed-by: Hiroki Hattori <[email protected]> Signed-off-by: Lars Hjemli <[email protected]> | ||||
* | Create initial testsuite | Lars Hjemli | 2007-11-11 | 1 | -0/+108 |
This creates a simple testsuite, heavily inspired by the testsuite in git. Signed-off-by: Lars Hjemli <[email protected]> |