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

allow tests to be run without a network #6730

Merged
merged 1 commit into from
May 3, 2014
Merged

allow tests to be run without a network #6730

merged 1 commit into from
May 3, 2014

Conversation

amitmurthy
Copy link
Contributor

Closes #6722

@nalimilan
Copy link
Member

Great! I've just tested it, and it works fine with the command I gave in #6722 (I guess you tried it too ;-).

JeffBezanson added a commit that referenced this pull request May 3, 2014
allow tests to be run without a network
@JeffBezanson JeffBezanson merged commit 9c209c2 into JuliaLang:master May 3, 2014
try
ip = getipaddr()
catch
warn_str = "Networking unavailable: Skipping tests [$(net_required_for[1])"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

join(net_required_for,", ")

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot run tests without network
4 participants