Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-26 | tests: enhance output of grep and test fails | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-09-07 | detect terminal output with 'test -t' in tests | David Kalnischkies | |
Instead of trying to inspect /proc and the fds inside we use "test -t 1" instead as this is available and working on kfreebsd as well – not that something breaks if we wouldn't, but we like color. Git-Dch: Ignore | |||
2014-07-07 | use printf instead of echo in testing framework | Michele Orrù | |
The behaviour of echo "\tA\t" differs between dash/zsh which interprets the \t as tab and bash which prints it literally. Similar things happen for other escape sequences – without the -e flag. Switching to printf makes this more painless^Wportable, so that the tests are also working correctly with bash as sh. (commit message by committer, patch otherwise unmodified) | |||
2014-05-30 | show current/total testcase statistic also in concise mode | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-05-07 | show progress in run-tests | Michael Vogt | |
2014-01-17 | get color/msglevel handling for tests in line | David Kalnischkies | |
Without a PTY attached do not use color, but use the same MSGLEVEL with or without a PTY. The level is better adjust via flags – especially as it is likely that without a PTY you want fullblown logs instead of the reduced display you get with -q otherwise. Git-Dch: Ignore | |||
2014-01-17 | improve stdout/stderr usage correctness in test framework | David Kalnischkies | |
Also adds a friendly note about how many tests were run/passed so that the end of the testrun isn't all that negative by just showing fails. (It now tells us that we have 111 tests at the moment!) Git-Dch: Ignore | |||
2013-10-22 | test/integration/run-tests: output the failed test names | Michael Vogt | |
2013-03-18 | report failures via exit and ensure we don't overflow | Michael Vogt | |
2011-08-17 | set the msglevel to a high dummy value if none is specified | David Kalnischkies | |
2011-08-17 | do not output color in the testcases if stdout/stderr are not a /dev/pts | David Kalnischkies | |
2011-02-15 | test/integration/: remove a bunch of "local" statements from the ↵ | Michael Vogt | |
shellscript, keep tests running even on failure but log failures | |||
2011-01-25 | enable the split out of LongDescriptions per default in the testcases | David Kalnischkies | |
2011-01-16 | implement i quiet run-tests mode which prints only one line per testcase | David Kalnischkies | |
2010-10-13 | tests/integration/test-*: remove a bunch of "local" that are used outside ↵ | Michael Vogt | |
funtions (bash complains) | |||
2010-07-25 | - prefer non-virtual packages in FindPreferredPkg (Closes: #590041) | David Kalnischkies | |
* test/integration/*: - add with bug#590041 testcase a small test "framework" |