Browse Source

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.
pull/374/head
Davi Arnaut 16 years ago
parent
commit
0ecc8963a0
  1. 2
      mysql-test/t/mysql_upgrade.test

2
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`;

Loading…
Cancel
Save