Commit c983f2f2 authored by unknown's avatar unknown
Browse files

Merge bk-internal.mysql.com:/home/bk/mysql-4.1

into  chilla.local:/home/mydev/mysql-4.1-axmrg

parents 2ab63785 facaaeb4
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -1606,8 +1606,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