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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
957e6b39
Commit
957e6b39
authored
Jul 12, 2001
by
serg@serg.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clarification needed. Plz, somebody, answer.
parent
0bbd660c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
mysql-test/mysql-test-run.sh
mysql-test/mysql-test-run.sh
+2
-1
No files found.
mysql-test/mysql-test-run.sh
View file @
957e6b39
...
...
@@ -258,7 +258,7 @@ DASH72=`$ECHO '-----------------------------------------------------------------
# on binary, use what is installed
if
[
x
$SOURCE_DIST
=
x1
]
;
then
MYSQLD
=
"
$BASEDIR
/sql/mysqld"
MYSQL_TEST
=
"
$BASEDIR
/client/
mysqltest"
MYSQL_TEST
=
"
$BASEDIR
/client/
.libs/lt-mysqltest"
# for --client-gdb to work
MYSQLADMIN
=
"
$BASEDIR
/client/mysqladmin"
MYSQL
=
"
$BASEDIR
/client/mysql"
LANGUAGE
=
"
$BASEDIR
/sql/share/english/"
...
...
@@ -787,6 +787,7 @@ run_testcase ()
pass_inc
$ECHO
"
$RES$RES_SPACE
[ pass ]"
else
# why the following ``if'' ? That is why res==1 is special ?
if
[
$res
=
1
]
;
then
total_inc
fail_inc
...
...
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