Commits
- Commit:
a38e689f6f85c396053e34caa82b6e4f215a0ef1
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
add apt-tst(1) manpage
- Commit:
7fee41a2f1cb1e5c4d3fe35b899a34767944b8aa
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
add TODO
- Commit:
f540aee5c2852b8bb07e686f5410d22594549544
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
manpage tweak
- Commit:
42e3573fc218972e5c4498e74d8e79c2a1f649a3
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
rename test.h.3 to test.h.5
- Commit:
784eeb2429aba4dbec071d5c29072672cba2b214
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
rewrite README
- Commit:
6bb0b7c891ae7d389b952633dfbc8809ff21a4cf
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
rearrange directories
- Commit:
5befd76049fbcb96bef8ed5bb4d58b128098f470
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
test.h: rename TEST and RUNT to test() and runtest()
Also organizes corresponding tests into a nicer directory hierarchy.
- Commit:
be897a7b9bdff1a8faae3850d96d39a03ef75bb0
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
add manpage for test.h
Replaces the top-of-file comment in test.h.
- Commit:
5bc4ca7fa3c49d5b57406f3872f169737984cc87
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
test.h: add rem()
- Commit:
a6b35f66241ad24fdd4e12e934bbfc5c7e7e985e
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
add -k option (keep going on test failure)
- Commit:
991d115e68a80435a0bfeee4268cb569e606c259
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
add -x option (exit on failed test)
- Commit:
8256f5dffdca364cde5c43fcaa001bfe255f4fcd
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
add -n option (dry run)
- Commit:
9d3bc9e22e36abc872ea2082e4bad194d395cdf4
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
use '.' and '>' as output prefixes with -v and -vv
- Commit:
beae6fa9c8f59ad6441260412add9b9c84617cac
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
adapt-tst: run tests in the background
- Commit:
0cbb500d5465f28a383fa7f778ca9daca3f7cebd
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
adapt-tst: handle -v and remark lines
Remarks are marked by a leading tab.
- Commit:
c927fdffe1941bd89d2faa9aa5439dd27a7b4eed
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
test.h: print '-' on skipped tests
- Commit:
f2120804f42714e9493b6f8058b1d85fa5095b38
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
documentation tweak
- Commit:
fb1f9372a755bb3f023d97a9434376e7bfefd514
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
pass -v(v) on to test suites
- Commit:
4ccafa30cf5e4fedd836cd9ec1a4feb476113eaf
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
back out 46b59c35: add VERBOSE environment variable
I would have to put this into the environment for test suites to
pick up when -v is given. But I don't like putting it into the
environment of tests; they might react to it. At the same time I
do not want to manage, i.e. clean, the environment for tests.
Therefore, I think I want to pass -v(v) to test suites on the
command line after all.
- Commit:
46b59c355f85536cc7608f5a726f50c21d8e5bfc
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
add VERBOSE environment variable
- Commit:
c38046f2c8825d2f3be5229c7feb37a505e96fd6
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
cosmetics
- Commit:
dfc66788b4af44513e7e29c713d5a185e5799ea0
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
add -vv: pass tests' stdout through, quoted
- Commit:
009c5e1eaaebd3bcd09444fa9b6ceddb1af285b5
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
add -v option (verbose mode)
- Commit:
db018202b88b529616efd0651f71681906c9036a
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
allow embedding test arguments after a colon
- Commit:
15f1a49a5f1b34c6d571fe2d4561b3005c418592
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
add -j option (concurrent jobs)