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.yml | |
parent | 7b6e8672889cf3eb06138ec0a3fe53049310d918 (diff) | |
download | mariadb-git-4d637628d34d64183a6fb0962983244680ace167.tar.gz |
MDEV-16213: Travis whitespace fix and remove comment
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 9ed9b1ed537..6142e76e1e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -177,8 +177,6 @@ script: -DWITH_SSL=system -DWITH_ZLIB=system - make -j 4 - cd mysql-test -# With ASAN use --thread-stack=400K to account for overhead -# Test timeout needs to be 10 (minutes) or less due to travis job timeout - travis_wait 30 ./mtr --force --max-test-fail=20 --parallel=4 --testcase-timeout=${TEST_CASE_TIMEOUT} --suite=${MYSQL_TEST_SUITES} --skip-test-list=unstable-tests |