Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | project: banish need for C compiler | Dale Mellor | 2020-04-20 | 1 | -7/+6 |
| | | | | | | | | | | This patch gets rid of the thin veneer that we currently have around the three executables. This was done for historical reasons (circa 2003 Guile couldnʼt deal with process signals and forks). In fact these problems were fixed many moons ago, and there is now no need for it. The project becomes 100% Guile! Many files are affected; interested coders should use the GIT repository to understand the details of all the changes. | ||||
* | test: demonstrate incorrect -s option on mcron program | Dale Mellor | 2020-04-20 | 1 | -0/+82 |
The option is supposed to be able to take an optional argument, but if the argument is not supplied (should default to 8) then the test, rather than failing, is skipped with a friendly message in the log file. The proper fix will come with an upstream patch to GNU Guile, and a future version of Mcron. * tests/schedule-2.sh: new test, new file * Makefile.am: make sure to run the new test file |