Skip to content

Commit

Permalink
fix: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dl239 committed Oct 9, 2023
1 parent 3a92d5a commit a629948
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion onebox/stop_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
set -x -e

if [[ "$OSTYPE" = "darwin"* ]]; then
pkill -9 -x -l openmldb
pkill -9 -x -l openmldb || exit 0
else
pgrep -a -f "openmldb.*onebox.*" | awk '{print $1}' | xargs -I {} kill -9 {}
fi
Expand Down
2 changes: 2 additions & 0 deletions steps/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ set -ex

ROOT_DIR=$(pwd)

bash onebox/stop_all.sh

# on hybridsql 0.4.1 or later, 'THIRD_PARTY_SRC_DIR' is defined and is '/deps/src'
THIRDSRC=${THIRD_PARTY_SRC_DIR:-thirdsrc}

Expand Down

0 comments on commit a629948

Please sign in to comment.