Loading mysql-test/mysql-test-run.sh +5 −2 Original line number Diff line number Diff line Loading @@ -1750,8 +1750,11 @@ run_testcase () --result-file=*) result_file=`$ECHO "$EXTRA_MASTER_OPT" | $SED -e "s;--result-file=;;"` result_file="r/$result_file.result" # Note that this must be set to space, not "" for test-reset to # work # Note that this must be set to space, not "" for test-reset to work EXTRA_MASTER_OPT=" " ;; --force-restart) # Note that this must be set to space, not "" for test-reset to work EXTRA_MASTER_OPT=" " ;; esac Loading Loading
mysql-test/mysql-test-run.sh +5 −2 Original line number Diff line number Diff line Loading @@ -1750,8 +1750,11 @@ run_testcase () --result-file=*) result_file=`$ECHO "$EXTRA_MASTER_OPT" | $SED -e "s;--result-file=;;"` result_file="r/$result_file.result" # Note that this must be set to space, not "" for test-reset to # work # Note that this must be set to space, not "" for test-reset to work EXTRA_MASTER_OPT=" " ;; --force-restart) # Note that this must be set to space, not "" for test-reset to work EXTRA_MASTER_OPT=" " ;; esac Loading