mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
Correct a typing error: Missing ".pl" suffix is essential.
This commit is contained in:
parent
c5e51b7c27
commit
d8a1c90597
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ tags:
|
|||
|
||||
test:
|
||||
cd mysql-test; \
|
||||
perl ./mysql-test-run && perl ./mysql-test-run --ps-protocol
|
||||
perl ./mysql-test-run.pl && perl ./mysql-test-run.pl --ps-protocol
|
||||
|
||||
test-force:
|
||||
cd mysql-test; \
|
||||
|
|
Loading…
Reference in a new issue