aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xydb/library/yql/parser/pg_query_wrapper/verify.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ydb/library/yql/parser/pg_query_wrapper/verify.sh b/ydb/library/yql/parser/pg_query_wrapper/verify.sh
index bd78f2f345..e92275c17b 100755
--- a/ydb/library/yql/parser/pg_query_wrapper/verify.sh
+++ b/ydb/library/yql/parser/pg_query_wrapper/verify.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
set -eu
-echo "Building library"
+echo -n "Building library: "
ya make || exit $?
-echo "Checking static variables"
+echo -n "Checking static variables: "
data=$(objdump libyql-parser-pg_query_wrapper.a -t | grep -E "\.data\.|\.bss\." | \
grep -v -E "progname|pg_popcount32|pg_popcount64|pg_comp_crc32c|TMkqlPgAdapter|_ZN4NYqlL10GlobalInitE|BlockSig|StartupBlockSig|UnBlockSig" | \