Skip to content

Commit

Permalink
Eliminates writing disambiguation files from test.
Browse files Browse the repository at this point in the history
This goes towards helping #2498, but also is a test that we could
proceed with #2499.
  • Loading branch information
JJ committed Dec 6, 2018
1 parent 72edc48 commit e55c92a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/travis-test.sh
Expand Up @@ -9,7 +9,7 @@ case "${BUILDENV}" in
docker)
docker run -t -v $TRAVIS_BUILD_DIR:/test jjmerelo/perl6-doccer
docker run -t -v $TRAVIS_BUILD_DIR:/test --entrypoint="/bin/sh" jjmerelo/perl6-doccer -c "perl6 util/manage-page-order.p6 update"
docker run -t -v $TRAVIS_BUILD_DIR:/test --entrypoint="/bin/sh" jjmerelo/perl6-doccer -c "perl6 htmlify.p6 --no-highlight"
docker run -t -v $TRAVIS_BUILD_DIR:/test --entrypoint="/bin/sh" jjmerelo/perl6-doccer -c "perl6 htmlify.p6 --no-highlight --disambiguation=False"
;;
whateverable)
HEAD_BUILD=$(echo /tmp/whateverable/rakudo-moar/*)
Expand All @@ -19,6 +19,6 @@ case "${BUILDENV}" in
P6_DOC_TEST_VERBOSE=1 make test
make clean-build
make gen-pod6-source
perl6 htmlify.p6 --no-highlight
perl6 htmlify.p6 --no-highlight --disambiguation=False
;;
esac

0 comments on commit e55c92a

Please sign in to comment.