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
777a1438
Commit
777a1438
authored
Mar 04, 2008
by
davi@mysql.com/endora.local
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use the same name for mysql_client_test output file in all branches.
parent
6511002d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mysql-test/t/mysql_client_test.test
mysql-test/t/mysql_client_test.test
+2
-2
No files found.
mysql-test/t/mysql_client_test.test
View file @
777a1438
...
...
@@ -8,8 +8,8 @@
# server or run mysql-test-run --debug mysql_client_test and check
# var/log/mysql_client_test.trace
--
exec
echo
"
$MYSQL_CLIENT_TEST
"
>
$MYSQLTEST_VARDIR
/
log
/
mysql_client_test
.
out
2
>&
1
--
exec
$MYSQL_CLIENT_TEST
--
getopt
-
ll
-
test
=
25600
M
>>
$MYSQLTEST_VARDIR
/
log
/
mysql_client_test
.
out
2
>&
1
--
exec
echo
"
$MYSQL_CLIENT_TEST
"
>
$MYSQLTEST_VARDIR
/
log
/
mysql_client_test
.
out
.
log
2
>&
1
--
exec
$MYSQL_CLIENT_TEST
--
getopt
-
ll
-
test
=
25600
M
>>
$MYSQLTEST_VARDIR
/
log
/
mysql_client_test
.
out
.
log
2
>&
1
# End of 4.1 tests
echo
ok
;
...
...
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