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);