Skip to content

Commit

Permalink
See if we can isolate valgrind issues on travis
Browse files Browse the repository at this point in the history
Building individual tests should  make issues become more clear
  • Loading branch information
ilovepi committed Aug 16, 2013
1 parent c544eb7 commit 0909edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -111,7 +111,7 @@ script:
- if [ $VALGRIND != "0" ]; then TEST_TYPE="--valgrind="$PREFIXTEST"" ; fi
#- if [ "$UNIT_TESTS" != "0" ]; then $PREFIXTEST $PREFIXPATH/boost_afio_test -s $UNIT_TESTS; fi
# Not sure if we can pass the valgrind flags into the unit tests, but so far it hasnt crashed :)
- b2 libs/afio/test $DEBUGBUILD link=shared toolset=$CC$GCCVER $TEST_TYPE --test-all $FLAGS ;
- b2 libs/afio/test $DEBUGBUILD link=shared toolset=$CC$GCCVER $TEST_TYPE --test-each $FLAGS ;

#if we want to use the built in bjam test runner we can get test output this way
# - cat bin.v2/libs/afio/test/main.test/*/*/main.output #may need to specify path better on valgrind tests
Expand Down

0 comments on commit 0909edb

Please sign in to comment.