diff options
author | Teodor Mircea Ionita <teodor@mariadb.org> | 2018-06-29 13:51:33 +0300 |
---|---|---|
committer | Vicențiu-Marian Ciorbaru <cvicentiu@gmail.com> | 2018-06-29 13:57:36 +0300 |
commit | 4d637628d34d64183a6fb0962983244680ace167 (patch) | |
tree | 14682f41da78db968a7b7ad96aae4e8809416200 /.travis.compiler.sh | |
parent | 7b6e8672889cf3eb06138ec0a3fe53049310d918 (diff) | |
download | mariadb-git-4d637628d34d64183a6fb0962983244680ace167.tar.gz |
MDEV-16213: Travis whitespace fix and remove comment
Diffstat (limited to '.travis.compiler.sh')
-rwxr-xr-x | .travis.compiler.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.compiler.sh b/.travis.compiler.sh index 3bc55ef7d20..7a3b0dbc371 100755 --- a/.travis.compiler.sh +++ b/.travis.compiler.sh @@ -10,10 +10,10 @@ function exclude_modules() { CMAKE_OPT="${CMAKE_OPT} -DPLUGIN_TOKUDB=NO -DPLUGIN_MROONGA=NO -DPLUGIN_SPIDER=NO -DPLUGIN_OQGRAPH=NO -DPLUGIN_PERFSCHEMA=NO -DPLUGIN_SPHINX=NO" # exclude storage engines not being tested in current job if [[ ! "${MYSQL_TEST_SUITES}" =~ "archive" ]]; then -CMAKE_OPT="${CMAKE_OPT} -DPLUGIN_ARCHIVE=NO" + CMAKE_OPT="${CMAKE_OPT} -DPLUGIN_ARCHIVE=NO" fi if [[ ! "${MYSQL_TEST_SUITES}" =~ "rocksdb" ]]; then -CMAKE_OPT="${CMAKE_OPT} -DPLUGIN_ROCKSDB=NO" + CMAKE_OPT="${CMAKE_OPT} -DPLUGIN_ROCKSDB=NO" fi } |