Skip to content

Commit

Permalink
disable scrubbing tests on windows
Browse files Browse the repository at this point in the history
unportable, use grep
  • Loading branch information
vuvova committed Apr 10, 2015
1 parent 7d49e69 commit 87b46dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions mysql-test/suite/innodb/t/innodb_scrub.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
-- source include/have_innodb.inc
-- source include/not_embedded.inc
-- source include/have_example_key_management_plugin.inc
-- source include/not_windows.inc

let $MYSQLD_DATADIR=`select @@datadir`;
let ib1_IBD = $MYSQLD_DATADIR/ibdata1;
Expand Down
1 change: 1 addition & 0 deletions mysql-test/suite/innodb/t/innodb_scrub_background.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
-- source include/have_innodb.inc
-- source include/not_embedded.inc
-- source include/have_example_key_management_plugin.inc
-- source include/not_windows.inc

let $MYSQLD_DATADIR=`select @@datadir`;
let ib1_IBD = $MYSQLD_DATADIR/ibdata1;
Expand Down
1 change: 1 addition & 0 deletions mysql-test/suite/innodb/t/innodb_scrub_compressed.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
-- source include/have_innodb.inc
-- source include/not_embedded.inc
-- source include/have_example_key_management_plugin.inc
-- source include/not_windows.inc

let $MYSQLD_DATADIR=`select @@datadir`;
let ib1_IBD = $MYSQLD_DATADIR/ibdata1;
Expand Down

0 comments on commit 87b46dc

Please sign in to comment.