Skip to content

Commit

Permalink
validate ci logs outside docker container. See #45 for details
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoessbauer authored and fuchsto committed Nov 3, 2016
1 parent d001abb commit ed170bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ compiler:
before_install:
- docker build --tag=dash/testing ./dash/scripts/docker-testing/mpich/
script:
- docker run -v $PWD:/opt/dash dash/testing /bin/sh -c "export DASH_MAX_UNITS='2'; sh dash/scripts/dash-ci.sh | grep -v 'LOG =' | tee dash-ci.log 2> dash-ci.err;"
- sh ./dash/scripts/travisci/run-docker.sh
- cat ./dash-ci.log | grep "PASSED" || return 1
after_script:
- cat ./build-ci/*/*/test_mpi.log | grep -v "LOG"
Expand Down

0 comments on commit ed170bc

Please sign in to comment.