Skip to content

Commit 9bf45ed

Browse files
authored
Refactor[BMQ]: remove not used bmqsys_executil (#474)
Signed-off-by: Evgeny Malygin <[email protected]>
1 parent 09e56fc commit 9bf45ed

File tree

7 files changed

+3
-630
lines changed

7 files changed

+3
-630
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
- name: Run C++ Unit Tests
164164
run: |
165165
cd ${{ github.workspace }}/build/blazingmq
166-
ctest -E bmqsys_executil.t --output-on-failure
166+
ctest --output-on-failure
167167
168168
unit_tests_python:
169169
name: UT [python]

.github/workflows/sanitizers/build_sanitizer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,5 +283,5 @@ mkscript "${SANITIZER_ENV} \${@}" "${DIR_BUILD_BMQ}/run-env.sh"
283283

284284
# 'run-unittests.sh' runs all instrumented unit-tests.
285285
CMD="cd $(realpath "${DIR_BUILD_BMQ}") && "
286-
CMD+="./run-env.sh ctest -E bmqsys_executil.t --output-on-failure"
286+
CMD+="./run-env.sh ctest --output-on-failure"
287287
mkscript "${CMD}" "${DIR_BUILD_BMQ}/run-unittests.sh"

src/groups/bmq/bmqsys/bmqsys_executil.cpp

Lines changed: 0 additions & 159 deletions
This file was deleted.

src/groups/bmq/bmqsys/bmqsys_executil.h

Lines changed: 0 additions & 87 deletions
This file was deleted.

0 commit comments

Comments
 (0)