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
dd769969
Commit
dd769969
authored
Sep 18, 2006
by
msvensson@shellback.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move mysql-test-run.sh to new name mysql-test-run-shell.sh
Symlink mysql-test-run to mysql-test-run.pl
parent
dedcdda5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
mysql-test/Makefile.am
mysql-test/Makefile.am
+7
-2
mysql-test/mysql-test-run-shell.sh
mysql-test/mysql-test-run-shell.sh
+0
-0
No files found.
mysql-test/Makefile.am
View file @
dd769969
...
...
@@ -22,9 +22,9 @@ DIST_SUBDIRS=ndb
benchdir_root
=
$(prefix)
testdir
=
$(benchdir_root)
/mysql-test
EXTRA_SCRIPTS
=
mysql-test-run.sh install_test_db.sh valgrind.supp
$(PRESCRIPTS)
EXTRA_SCRIPTS
=
mysql-test-run
_shell
.sh install_test_db.sh valgrind.supp
$(PRESCRIPTS)
EXTRA_DIST
=
$(EXTRA_SCRIPTS)
GENSCRIPTS
=
mysql-test-run
install_test_db mtr
GENSCRIPTS
=
mysql-test-run
-shell install_test_db mtr mysql-test-run
PRESCRIPTS
=
mysql-test-run.pl
test_SCRIPTS
=
$(GENSCRIPTS)
$(PRESCRIPTS)
test_DATA
=
std_data/client-key.pem std_data/client-cert.pem
\
...
...
@@ -118,6 +118,11 @@ mtr:
$(RM)
-f
mtr
$(LN_S)
mysql-test-run.pl mtr
# mysql-test-run - a shortcut for executing mysql-test-run.pl
mysql-test-run
:
$(RM)
-f
mysql-test-run
$(LN_S)
mysql-test-run.pl mysql-test-run
SUFFIXES
=
.sh
.sh
:
...
...
mysql-test/mysql-test-run.sh
→
mysql-test/mysql-test-run
-shell
.sh
View file @
dd769969
File moved
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