Skip to content

Commit 2dd9688

Browse files
author
Dilawar Singh
committed
Don't run streamer multitab tests on OSX/Travis.
1 parent a1a256b commit 2dd9688

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis/travis_build_osx.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ set -e
3535
&& cmake -DDEBUG=ON \
3636
-DPYTHON_EXECUTABLE=`which python` ..
3737
make pylint -j3
38-
make && ctest --output-on-failure
38+
make && ctest --output-on-failure -E ".*multitab.*"
3939

4040
cd .. # Now with boost.
4141
mkdir -p _BOOST_BUILD && cd _BOOST_BUILD \
4242
&& cmake -DWITH_BOOST_ODE=ON -DDEBUG=ON \
4343
-DPYTHON_EXECUTABLE=`which python` ..
4444

45-
make && ctest --output-on-failure
45+
make && ctest --output-on-failure -E ".*multitab.*"
4646
cd ..
4747
set +e
4848

0 commit comments

Comments
 (0)