summaryrefslogtreecommitdiff
path: root/mysql-test/t/mysql_upgrade.test
diff options
context:
space:
mode:
authorDavi Arnaut <Davi.Arnaut@Sun.COM>2010-02-26 23:19:59 -0300
committerDavi Arnaut <Davi.Arnaut@Sun.COM>2010-02-26 23:19:59 -0300
commit0ecc8963a089d64afd97971a6c4631aefc4157e1 (patch)
treec61c5675d2a547ec5eb44311923a07fb60ee015a /mysql-test/t/mysql_upgrade.test
parenta3f59677f886a45e0d0b1b5cf0225966ecf6ee15 (diff)
downloadmariadb-git-0ecc8963a089d64afd97971a6c4631aefc4157e1.tar.gz
Force execution now that another test case might run mysql_upgrade first.
mysql-test/t/mysql_upgrade.test: For execution, mostly testing the presence of the binary anyway.
Diffstat (limited to 'mysql-test/t/mysql_upgrade.test')
-rw-r--r--mysql-test/t/mysql_upgrade.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/mysql_upgrade.test b/mysql-test/t/mysql_upgrade.test
index 24a1d2e1b5d..6c01f3b2027 100644
--- a/mysql-test/t/mysql_upgrade.test
+++ b/mysql-test/t/mysql_upgrade.test
@@ -32,7 +32,7 @@ if (`SELECT $VALGRIND_TEST`)
# expected binaries it uses.
#
--echo Run mysql_upgrade once
---exec $MYSQL_UPGRADE --skip-verbose 2>&1
+--exec $MYSQL_UPGRADE --skip-verbose --force 2>&1
# It should have created a file in the MySQL Servers datadir
let $MYSQLD_DATADIR= `select @@datadir`;