11 Commits

Author SHA1 Message Date
Freddy Vulto
8aca9ab62d (doc) Add reference to Tcl Style Guide. 2010-02-05 11:39:23 +01:00
Freddy Vulto
b9413e4151 (testsuite) Updated documentation
Added explanation about the two-file system: `completion/*.exp
calling completions in lib/completions/*.exp
2010-02-05 10:03:18 +01:00
Freddy Vulto
2a506ec3f7 (testsuite) Set TERM=dummy only for non-cron
Err, TERM=linux also causes errors when tests are run via cron.
Reset TERM=dummy.
Workaround is to do a CRON=running from within the cron job and only set
TERM=dummy when not run via cron.
2009-11-18 23:45:16 +01:00
Freddy Vulto
36bdc2ecad (testsuite) Updated doc "Running tests via cron" 2009-11-02 19:56:55 +01:00
Guillaume Rousse
a923b86b82 wrap long lines 2009-10-26 11:13:00 +01:00
Freddy Vulto
4259efb5c4 (doc) Added sample cron.sh for test suite 2009-10-03 08:34:14 +02:00
Freddy Vulto
453a55e9c8 (testsuite) Fix assert_bash_exec to match prompt
Added documentation to "Testing" chapter:
- Running tests via cron
- Specifying bash binary
2009-10-02 10:53:00 +02:00
Ville Skyttä
2c82de1a57 Add Fedora/RHEL/CentOS dependency install info. 2009-09-09 19:03:07 +03:00
Freddy Vulto
2e87bd4c01 Added setting COMP_KNOWN_HOSTS_WITH_HOSTFILE
`_known_hosts_real' will add hosts from HOSTFILE (compgen -A hostname), unless
`COMP_KNOWN_HOSTS_WITH_HOSTFILE' is set to an empty value.

To run the unit tests:

   $ cd test && ./runUnit _known_hosts_real.exp
2009-08-12 22:20:56 +02:00
Freddy Vulto
e847d57e50 Improved test suite from bash-completion-lib
Run the tests with:
$ cd test
$ ./runCompletionUnit
$ ./runCompletionCompletion

The last test of unit/_known_hosts gives UNRESOLVED and needs fixing.
2009-06-09 22:49:53 +02:00
Freddy Vulto
b33a1c7526 Added asciidoc files. 2009-04-15 22:19:26 +02:00