Skip to content

Commit 0466365

Browse files
authored
fix(workflow): pass test_restart_taskmanager in test/integration-test/openmldb-test-python/ha_cases/test_ha.py (#4010)
1 parent 92ba34b commit 0466365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release/bin/start.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,9 @@ case $OP in
209209
shift
210210
# $0 may be 'bin/start.sh', 'start.sh', etc. We use the real script name in bin/.
211211
cd "$BINDIR" || exit 1
212-
sh start.sh stop "${@}"
212+
./start.sh stop "${@}"
213213
sleep 15
214-
sh start.sh start "${@}"
214+
./start.sh start "${@}"
215215
;;
216216
*)
217217
echo "Only support {start|stop|restart}" >&2

0 commit comments

Comments
 (0)