Commit 8385df7c authored by unknown's avatar unknown

Correcting the 'partitions' suite name to its 'short' version - 'parts' in the Makefile.am file


Makefile.am:
  Correcting the 'partitions' suite name to its 'short' version - 'parts'
parent 6c3efc5a
...@@ -130,7 +130,7 @@ test-bt: ...@@ -130,7 +130,7 @@ test-bt:
-cd mysql-test ; MTR_BUILD_THREAD=auto \ -cd mysql-test ; MTR_BUILD_THREAD=auto \
@PERL@ ./mysql-test-run.pl --force --comment=rpl --suite=rpl @PERL@ ./mysql-test-run.pl --force --comment=rpl --suite=rpl
-cd mysql-test ; MTR_BUILD_THREAD=auto \ -cd mysql-test ; MTR_BUILD_THREAD=auto \
@PERL@ ./mysql-test-run.pl --force --comment=partitions --suite=partitions @PERL@ ./mysql-test-run.pl --force --comment=partitions --suite=parts
-cd mysql-test ; MTR_BUILD_THREAD=auto \ -cd mysql-test ; MTR_BUILD_THREAD=auto \
@PERL@ ./mysql-test-run.pl --force --comment=jp --suite=jp @PERL@ ./mysql-test-run.pl --force --comment=jp --suite=jp
...@@ -157,7 +157,7 @@ test-ext-rpl: ...@@ -157,7 +157,7 @@ test-ext-rpl:
test-ext-partitions: test-ext-partitions:
cd mysql-test ; \ cd mysql-test ; \
@PERL@ ./mysql-test-run.pl --force --suite=partitions @PERL@ ./mysql-test-run.pl --force --suite=parts
test-ext-jp: test-ext-jp:
cd mysql-test ; \ cd mysql-test ; \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment