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:
parent
ec1f63153e
commit
08f0148fbc
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue