Skip to content

Commit

Permalink
[chore](beut) Remove invalid argument in be-ut and fix wrong path in …
Browse files Browse the repository at this point in the history
….gitignore (#47202)

already removed in #44181
  • Loading branch information
zclllyybb authored Jan 22, 2025
1 parent e674bb2 commit 3479bf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@ cloud/cmake-build*/
cloud/ut_build*/

## tools
tools/ssb-tools/ssb-data/
tools/ssb-tools/ssb-dbgen/
tools/ssb-tools/bin/ssb-data/
tools/ssb-tools/bin/ssb-dbgen/
tools/ssb-tools/bin/*.tar.gz
tools/**/TPC-H_Tools_v*.zip
tools/**/TPC-H_Tools_v*/
tools/**/tpc-h_v*.docx
Expand Down
7 changes: 0 additions & 7 deletions run-be-ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ usage() {
echo "
Usage: $0 <options>
Optional options:
--benchmark build benchmark-tool
--clean clean and build ut
--run build and run all ut
--run --filter=xx build and run specified ut
Expand Down Expand Up @@ -78,7 +77,6 @@ eval set -- "${OPTS}"

CLEAN=0
RUN=0
BUILD_BENCHMARK_TOOL='OFF'
DENABLE_CLANG_COVERAGE='OFF'
BUILD_AZURE='ON'
FILTER=""
Expand All @@ -93,10 +91,6 @@ if [[ "$#" != 1 ]]; then
RUN=1
shift
;;
--benchmark)
BUILD_BENCHMARK_TOOL='ON'
shift
;;
--coverage)
DENABLE_CLANG_COVERAGE='ON'
shift
Expand Down Expand Up @@ -239,7 +233,6 @@ cd "${CMAKE_BUILD_DIR}"
-DGLIBC_COMPATIBILITY="${GLIBC_COMPATIBILITY}" \
-DUSE_LIBCPP="${USE_LIBCPP}" \
-DBUILD_META_TOOL=OFF \
-DBUILD_BENCHMARK_TOOL="${BUILD_BENCHMARK_TOOL}" \
-DWITH_MYSQL=ON \
-DUSE_DWARF="${USE_DWARF}" \
-DUSE_UNWIND="${USE_UNWIND}" \
Expand Down

0 comments on commit 3479bf6

Please sign in to comment.