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

travis_ci tests failing, I think due to an issue in the travis script #159

Open
billsacks opened this issue Apr 21, 2021 · 0 comments
Open
Labels

Comments

@billsacks
Copy link
Member

billsacks commented Apr 21, 2021

Summary of Issue:

The travis_ci tests are failing (e.g., https://travis-ci.org/github/ESMCI/manage_externals/builds/767884112). I don't have much experience setting up travis_ci test scripts, so I'm not positive what the problem is, but I wonder if the problem is that it tries to do a cd test when it's already in the test directory?

- cd test; make test
- cd test; make lint

If so, do these lines also need to be changed?

- cd test; make coverage
- cd test; coveralls

Expected behavior and actual behavior:

The travis_ci tests should pass

Steps to reproduce the problem (should include model description file(s) or link to publi c repository):

This appears when opening or merging a PR

What is the changeset ID of the code, and the machine you are using:

master

have you modified the code? If so, it must be committed and available for testing:

No

Screen output or log file showing the error message and context:

https://travis-ci.org/github/ESMCI/manage_externals/builds/767884112

@billsacks billsacks added the bug label Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant