Skip to content

Commit adc88fb

Browse files
committed
tweaks
1 parent c3bbe75 commit adc88fb

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

localtests/move-tables-test.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
# Usage: localtests/test/sh [filter]
88
# By default, runs all move-tables tests. Given filter, will only run tests matching given regep
99

10-
set -x
11-
1210
repo_root=$(git rev-parse --show-toplevel)
1311
script_path="$repo_root/script/move-tables"
1412
tests_path=$(dirname $0)/move-tables
@@ -205,12 +203,11 @@ build_ghost_command() {
205203
--stack \
206204
--checkpoint \
207205
--postpone-cut-over-flag-file=$postpone_cutover_flag_file \
208-
--unsafe-fail-points-enabled \
209206
--checkpoint-seconds=1 \
210207
--execute ${extra_args[@]}"
211208

212209
if [ -n "$GO_FAILPOINTS" ]; then
213-
cmd="GO_FAILPOINTS=\"$GO_FAILPOINTS\" $cmd"
210+
cmd="GO_FAILPOINTS=\"$GO_FAILPOINTS\" $cmd --unsafe-fail-points-enabled"
214211
fi
215212
}
216213

0 commit comments

Comments
 (0)