diff options
author | Sergei Golubchik <sergii@pisem.net> | 2012-02-23 09:24:11 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2012-02-23 09:24:11 +0100 |
commit | e293bdb2c19cacad91d4f5a846568ac595b3a48e (patch) | |
tree | 503b3836e5ba4ef1d0f0a407ae407fa9d7edb490 /mysql-test/include/platform.combinations | |
parent | 3cda92aece63a1d1d7f0f37e0e6c2535d2022e62 (diff) | |
download | mariadb-git-e293bdb2c19cacad91d4f5a846568ac595b3a48e.tar.gz |
instead of having win/notwin tests that only differ in results,
use one test with two combinations (win/unix), where only one is enabled.
Apply this technique to mysqld--help.
Diffstat (limited to 'mysql-test/include/platform.combinations')
-rw-r--r-- | mysql-test/include/platform.combinations | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/include/platform.combinations b/mysql-test/include/platform.combinations new file mode 100644 index 00000000000..4681ac05314 --- /dev/null +++ b/mysql-test/include/platform.combinations @@ -0,0 +1,4 @@ +[win] + +[unix] + |