summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPisarenko Grigoriy <[email protected]>2025-05-21 15:49:23 +0500
committerGitHub <[email protected]>2025-05-21 13:49:23 +0300
commit2f63f119a24801c320ff9c545da132e2b6c385bb (patch)
tree64a85ee700ba8564029d405c1026982ad4a84e17
parent8a88f91223330f8887669c983e552fe744d0611d (diff)
YQ fixed fqrun start without queries (#18607)
-rw-r--r--ydb/tests/tools/fqrun/fqrun.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ydb/tests/tools/fqrun/fqrun.cpp b/ydb/tests/tools/fqrun/fqrun.cpp
index 74ef5b05b70..5391d497fae 100644
--- a/ydb/tests/tools/fqrun/fqrun.cpp
+++ b/ydb/tests/tools/fqrun/fqrun.cpp
@@ -466,7 +466,6 @@ protected:
});
options.AddLongOption('A', "action", "Query execute action")
.RequiredArgument("action")
- .DefaultValue("run")
.Choices(queryAction.GetChoices())
.Handler1([this, queryAction](const NLastGetopt::TOptsParser* option) {
TString choice(option->CurValOrDef());