Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
3b799e8f
Commit
3b799e8f
authored
Aug 25, 2003
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed --rpl option of ./mysql-test-run
(./mysql-test-run t/rpl*.test do same work)
parent
34e882dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
15 deletions
+4
-15
mysql-test/mysql-test-run.sh
mysql-test/mysql-test-run.sh
+4
-15
No files found.
mysql-test/mysql-test-run.sh
View file @
3b799e8f
...
...
@@ -210,7 +210,6 @@ CHARACTER_SET=latin1
DBUSER
=
""
START_WAIT_TIMEOUT
=
10
STOP_WAIT_TIMEOUT
=
10
TEST_REPLICATION
=
0
MYSQL_TEST_SSL_OPTS
=
""
while
test
$#
-gt
0
;
do
...
...
@@ -288,9 +287,6 @@ while test $# -gt 0; do
--user-test
=
*
)
USER_TEST
=
`
$ECHO
"
$1
"
|
$SED
-e
"s;--user-test=;;"
`
;;
--rpl
)
TEST_REPLICATION
=
1
;;
--mysqld
=
*
)
TMP
=
`
$ECHO
"
$1
"
|
$SED
-e
"s;--mysqld=;;"
`
EXTRA_MASTER_MYSQLD_OPT
=
"
$EXTRA_MASTER_MYSQLD_OPT
$TMP
"
...
...
@@ -1407,17 +1403,10 @@ then
if
[
x
$RECORD
=
x1
]
;
then
$ECHO
"Will not run in record mode without a specific test case."
else
if
[
x
$TEST_REPLICATION
=
x1
]
;
then
for
tf
in
`
ls
-1
$TESTDIR
/
*
.
$TESTSUFFIX
|
$SORT
`
do
run_testcase
$tf
done
else
for
tf
in
$TESTDIR
/
*
.
$TESTSUFFIX
do
run_testcase
$tf
done
fi
for
tf
in
$TESTDIR
/
*
.
$TESTSUFFIX
do
run_testcase
$tf
done
$RM
-f
$TIMEFILE
# Remove for full test
fi
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment