Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testsuite: add timeout to valgrind test, add missing test to EXTRA_DIST #1704

Merged
merged 3 commits into from Oct 7, 2018

Commits on Oct 7, 2018

  1. testsuite: add missing issues to EXTRA_DIST

    t/issues/t0704-mpirun-rank.sh was missing from EXTRA_DIST, so
    was dropped from t4000-issues-test-driver.t after a make dist.
    grondo committed Oct 7, 2018
    Copy the full SHA
    f8ae351 View commit details
    Browse the repository at this point in the history
  2. t5000-valgrind.t: add timeout to valgrind test

    Problem: valgrind test sporadically hangs.
    
    Add a timeout to the run of valgrind to attempt to turn the hang
    into a failure.
    grondo committed Oct 7, 2018
    Copy the full SHA
    179767a View commit details
    Browse the repository at this point in the history
  3. travis-ci: always use tty in docker checks

    Always pass tty option to docker-run so that color output appears
    in travis logs.
    grondo committed Oct 7, 2018
    2
    Copy the full SHA
    60131e9 View commit details
    Browse the repository at this point in the history