diff options
author | unknown <omer@linux.site> | 2007-05-09 07:58:35 -0700 |
---|---|---|
committer | unknown <omer@linux.site> | 2007-05-09 07:58:35 -0700 |
commit | 8385df7cf412e647142843f888781c66659c1ac2 (patch) | |
tree | 1c0e404052fc6e8cd031427cd3e84f1047e306eb /Makefile.am | |
parent | 6c3efc5ac872cddc209bf69c5808ce2d4cce1e6f (diff) | |
download | mariadb-git-8385df7cf412e647142843f888781c66659c1ac2.tar.gz |
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'
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index c212173eed1..41ddf026a63 100644 --- a/Makefile.am +++ b/Makefile.am @@ -130,7 +130,7 @@ test-bt: -cd mysql-test ; MTR_BUILD_THREAD=auto \ @PERL@ ./mysql-test-run.pl --force --comment=rpl --suite=rpl -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 \ @PERL@ ./mysql-test-run.pl --force --comment=jp --suite=jp @@ -157,7 +157,7 @@ test-ext-rpl: test-ext-partitions: cd mysql-test ; \ - @PERL@ ./mysql-test-run.pl --force --suite=partitions + @PERL@ ./mysql-test-run.pl --force --suite=parts test-ext-jp: cd mysql-test ; \ |