|
0600c3a0
|
2008-09-26T15:44:43
|
|
Explain reason for skipping tests.
|
|
d5d19285
|
2008-06-12T01:12:11
|
|
Avoid a test failure when the test wants to skip itself.
|
|
f1fcb853
|
2008-05-15T14:52:01
|
|
avoid distracting test output when git or cvs is not fount
* tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
* tests/test-vc-list-files-git.sh: Likewise.
|
|
50f8b70f
|
2008-05-01T21:01:36
|
|
vc-list-files: make the stand-alone gnulib test work
* modules/vc-list-files-tests (configure.ac):
Define and AC_SUBST abs_aux_dir.
(Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
$(abs_top_srcdir) to each script and having each of them
duplicate the work of setting PATH, set PATH here, using
the new variable, abs_aux_dir instead.
* tests/test-vc-list-files-cvs.sh: Don't set PATH here.
* tests/test-vc-list-files-git.sh: Likewise.
Reported by Bruno Haible.
|
|
0e23601e
|
2008-04-30T15:01:23
|
|
add tests for vc-list-files
* modules/vc-list-files-tests: New module.
* tests/test-vc-list-files-cvs.sh: New file.
* tests/test-vc-list-files-git.sh: New file.
|