aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Udovichenko <rvu@ydb.tech>2024-11-20 18:24:26 +0300
committerGitHub <noreply@github.com>2024-11-20 18:24:26 +0300
commitb667cc14a09ceb4e18cd446be17b8e903dcf28ae (patch)
tree5b2612dc20b46b883b65280c541244e7d39bce16
parentb694fc3eec9cca4e692ac8183874aab6d0b0713a (diff)
downloadydb-b667cc14a09ceb4e18cd446be17b8e903dcf28ae.tar.gz
Fix dq/hybrid tests (#11808)
-rw-r--r--ydb/library/yql/tests/sql/dq_file.make2
-rw-r--r--ydb/library/yql/tests/sql/hybrid_file.make2
2 files changed, 4 insertions, 0 deletions
diff --git a/ydb/library/yql/tests/sql/dq_file.make b/ydb/library/yql/tests/sql/dq_file.make
index 3c70955d91..dbb32b7425 100644
--- a/ydb/library/yql/tests/sql/dq_file.make
+++ b/ydb/library/yql/tests/sql/dq_file.make
@@ -22,6 +22,8 @@ FORK_TESTS()
FORK_SUBTESTS()
SPLIT_FACTOR(10)
+ENV(YQL_YQLRUN_PATH="ydb/library/yql/tools/yqlrun/yqlrun")
+
DEPENDS(
yql/essentials/tools/astdiff
ydb/library/yql/tools/dqrun
diff --git a/ydb/library/yql/tests/sql/hybrid_file.make b/ydb/library/yql/tests/sql/hybrid_file.make
index b650b523b8..430664426a 100644
--- a/ydb/library/yql/tests/sql/hybrid_file.make
+++ b/ydb/library/yql/tests/sql/hybrid_file.make
@@ -22,6 +22,8 @@ FORK_TESTS()
FORK_SUBTESTS()
SPLIT_FACTOR(10)
+ENV(YQL_YQLRUN_PATH="ydb/library/yql/tools/yqlrun/yqlrun")
+
DEPENDS(
yql/essentials/tools/astdiff
ydb/library/yql/tools/dqrun