[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 36bdc2ecad16fda7b1d525f8d2509799dfa26f1b

Freddy Vulto fvulto at gmail.com
Mon Nov 2 18:57:54 UTC 2009


The following commit has been merged in the master branch:
commit 36bdc2ecad16fda7b1d525f8d2509799dfa26f1b
Author: Freddy Vulto <fvulto at gmail.com>
Date:   Mon Nov 2 19:56:55 2009 +0100

    (testsuite) Updated doc "Running tests via cron"

diff --git a/doc/testing.txt b/doc/testing.txt
index 39d70b4..b3138bb 100644
--- a/doc/testing.txt
+++ b/doc/testing.txt
@@ -107,9 +107,16 @@ owner and permissions of the tty:
 sudo chmod o+r /dev/tty40
 -------------------------
 
-To start the test at 01:00, set the crontab to this:
+To make this permission permanent (at least on Debian) - and not revert back on
+reboot - create the file `/etc/udev/rules.d/10-mydejagnu.rules`, containing:
+----------------------------
+KERNEL=="tty40", MODE="0666"
+----------------------------
 
+To start the test at 01:00, set the crontab to this:
+----------------------------
 * 1 * * * cd bash-completion/test && ./cron.sh < /dev/tty40
+----------------------------
 
 Here's an example batch file `cron.sh`, to be put in the bash-completion `test`
 directory.  This batch file only e-mails the output of each test-run if the

-- 
bash-completion



More information about the Bash-completion-commits mailing list