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

error on missing testfile in runtests.jl #25408

Merged
merged 1 commit into from
Jan 5, 2018

Conversation

KristofferC
Copy link
Sponsor Member

Fixes #24628

end
end

# Check all test files exist
isfiles = isfile.(test_path.(tests) .* ".jl")
if any(equalto(false), isfiles)
Copy link
Sponsor Member

Choose a reason for hiding this comment

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

(!all(isfiles))

@JeffBezanson JeffBezanson merged commit fb52730 into master Jan 5, 2018
@JeffBezanson JeffBezanson deleted the kc/error_on_missing_test_file branch January 5, 2018 19:41
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.

2 participants