mcron/tests
Dale Mellor cbce8eb293
Incorporate and use command-line-processor proposed for Guile core
Since the elimination of the C wrapping around mcron and all the
executable scripts, a weakness in Guile's (ice-9 getopt-long) module
means that the command 'mcron -s crontab.scm' does not currently
work.  A replacement for the getopt-long module, as well as a
higher-level 'command-line-processor' facility, have been pushed to
the Guile upstream developers and are awaiting approval and
incorporation.  In the meantime, those modules are temporarily
incorporated here into the mcron package, and the code is modified
to use those local versions.

 * Makefile.am: install two new Guile modules
 * src/{cron,crontab,mcron}.in: use local command-line-processor module
 * src/mcron/command-line-processor.scm: new module
 * src/mcron/getopt-long.scm: new module
 * tests/schedule{,-2}.sh: clarify tests of -s, --schedule options
2022-07-07 22:19:06 +01:00
..
base.scm Give mcron --log option to turn logging on. 2022-07-07 16:51:31 +01:00
basic.sh base: Annotate output with job information. 2022-07-07 09:06:57 +01:00
environment.scm environment: Check configuration environment 2018-03-24 20:32:13 +01:00
init.sh tests: Add 'basic.sh' 2017-09-28 18:48:49 +02:00
job-specifier.scm test: make date tests reliable, i.e. independent of current time 2020-04-20 16:48:52 +00:00
schedule-2.sh Incorporate and use command-line-processor proposed for Guile core 2022-07-07 22:19:06 +01:00
schedule.sh Incorporate and use command-line-processor proposed for Guile core 2022-07-07 22:19:06 +01:00
utils.scm utils: Check 'show-version' and 'show-package-information' 2018-03-27 03:30:04 +02:00
vixie-specification.scm tests: Check (mcron vixie-specification) 2022-07-07 16:56:54 +01:00
vixie-time.scm tests: Add "tests/vixie-time.scm" 2018-04-08 16:07:16 +02:00