Harald Hoyer
|
967cc19ab1
|
remove all vim and emacs code format comments
|
11 years ago |
Harald Hoyer
|
32bd2fbb4c
|
use "rm --" to guard against filenames beginning with "-"
|
12 years ago |
Harald Hoyer
|
1f524c4544
|
Prevent testsuite runs from non-root users.
|
13 years ago |
Harald Hoyer
|
a0af318a8d
|
testsuite: fixups and color
|
13 years ago |
Harald Hoyer
|
3e1d48fd12
|
test: add support for: make V=1 TESTS="01 20 40" check
$ sudo make V=1 clean check
now runs the testsuite in verbose mode
$ sudo make TESTS="01 20 40" clean check
now only runs the 01, 20 and 40 tests.
|
13 years ago |
Harald Hoyer
|
27fa604418
|
test: export initdir
|
13 years ago |
Harald Hoyer
|
df42cd3dbd
|
test/test-functions: check with test_check() if test is suitable
|
13 years ago |
Harald Hoyer
|
0be1785aea
|
test: introduce $TESTDIR tmpdir
to keep the git source tree clean, test files are now created in a
$TESTDIR created with mktemp.
|
13 years ago |
Harald Hoyer
|
3b403b32fc
|
removed trailing whitespaces
|
14 years ago |
Harald Hoyer
|
f5b01e3c57
|
test: set PATH
|
15 years ago |
David Dillow
|
261d029659
|
Have the test framework always run the cleanup script
Also remove some extra semicolons, and put the pointer to the test log
on its own line.
|
16 years ago |
Harald Hoyer
|
3273c0a536
|
make test output more readable, log errors to test.log
|
16 years ago |
Harald Hoyer
|
c00f04f57a
|
introduce modular test suite
|
16 years ago |