Skip to content

Commit

Permalink
Use verbose make test on travis
Browse files Browse the repository at this point in the history
"Failed test 42" is rarely useful, especially when you can't repro locally.
Verbose tests will give more info on how the failing test fails
  • Loading branch information
zoffixznet committed Oct 24, 2018
1 parent 6b43a22 commit 532c12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -23,7 +23,7 @@ addons:
script:
- if [[ $TRAVIS_OS_NAME != osx && $RAKUDO_OPTIONS =~ jvm ]]; then sudo -E apt-get install oracle-java8-installer; fi
- perl Configure.pl $RAKUDO_OPTIONS --moar-option=--cc=$(command -v gcc-6 >/dev/null 2>&1; if [ $? -eq 1 ]; then printf "gcc"; else printf "gcc-6"; fi)
- "make test"
- (cd ~/build/rakudo/rakudo/ && prove -e ~/build/rakudo/rakudo/install/bin/perl6 -lr t)
- "make install"

branches:
Expand Down

0 comments on commit 532c12c

Please sign in to comment.