From 08f0148fbc24221ffa6b69e65bbe8a8cb7df5d1b Mon Sep 17 00:00:00 2001 From: Richard Tucker Date: Thu, 8 Oct 1998 11:41:50 +0100 Subject: [PATCH] Log parameter option Copied from Perforce Change: 20201 ServerID: perforce.ravenbrook.com --- mps/qa/test/script/options | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mps/qa/test/script/options b/mps/qa/test/script/options index 48f4751be22..6dc8aa07920 100644 --- a/mps/qa/test/script/options +++ b/mps/qa/test/script/options @@ -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);