1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-04 21:32:22 -07:00

Log parameter option

Copied from Perforce
 Change: 20201
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Tucker 1998-10-08 11:41:50 +01:00
parent ec1f63153e
commit 08f0148fbc

View file

@ -1,5 +1,5 @@
#!/usr/local/perl
# $HopeName: MMQA_harness!script:options(trunk.16) $
# $HopeName: MMQA_harness!script:options(trunk.17) $
#
# global options for qa commands
@ -53,6 +53,6 @@ if (($ENV{"OS"} || "") eq "Windows_NT") {
"INTERFACE_VERSION", "BQ"
);
%qa_unlogged_opts = (PARAMETERS, 1, DATA_DIR, 1, LOG_DIR, 1);
%qa_unlogged_opts = (DATA_DIR, 1, LOG_DIR, 1);
%qa_cumulative_opts = (PARAMETERS, 1);