aboutsummaryrefslogtreecommitdiff
path: root/tests/ret-exec.at
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-02-02 21:36:00 +0200
committerSergey Poznyakoff <gray@gnu.org>2021-02-03 07:51:00 +0200
commitc3ee8d97ea8a427abd455c903157da94623e83dd (patch)
tree6048cbc108e4a76ff56d6429e60150611bee11be /tests/ret-exec.at
parent494fe491d81505a83207602d5ec129b0bf33a484 (diff)
downloadpies-c3ee8d97ea8a427abd455c903157da94623e83dd.tar.gz
pies-c3ee8d97ea8a427abd455c903157da94623e83dd.tar.bz2
External preprocessor can be selected when building the package and at runtime.
* configure.ac: Report selected preprocessor. Version 1.5.90. * doc/Makefile.am: Don't distribute gendocs.pl and gendocs_template * grecs: Upgrade. * lib/pp.c (pp_command_line): Use the grecs_preprocessor variable instead of DEFAULT_PREPROCESSOR macro. * src/cmdline.opt: New options: --preprocessor and --no-preprocessor. Report the preprocessor command and setup file when called with --help. * src/pies.c (config_init): Initialize grecs_preprocessor. * NEWS: Document changes. * doc/pies.texi: Document new options. * tests/accept.at: Invoke pies with --no-preprocessor. * tests/builtin.at: Likewise. * tests/control.at: Likewise. * tests/cyclic.at: Likewise. * tests/env.at: Likewise. * tests/envglobal.at: Likewise. * tests/expandenv.at: Likewise. * tests/inet.at: Likewise. * tests/maxinst.at: Likewise. * tests/passfd.at: Likewise. * tests/redirect.at: Likewise. * tests/respawn.at: Likewise. * tests/ret-exec.at: Likewise. * tests/ret-notify.at: Likewise. * tests/shell.at: Likewise. * tests/shutdown.at: Likewise. * tests/startup.at: Likewise.
Diffstat (limited to 'tests/ret-exec.at')
-rw-r--r--tests/ret-exec.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ret-exec.at b/tests/ret-exec.at
index c875a36..a8aeac8 100644
--- a/tests/ret-exec.at
+++ b/tests/ret-exec.at
@@ -35,7 +35,7 @@ _EOT
>$report_file
-pies --config-file control.conf --config-file pies.conf
+pies --no-preprocessor --config-file control.conf --config-file pies.conf
n=0
while test ! -s $report_file

Return to:

Send suggestions and report system problems to the System administrator.