-
Notifications
You must be signed in to change notification settings - Fork 42
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
Created an AllCaps format test (Issue #237) #261
Conversation
tests/steps/test-allcaps.sh
Outdated
msg=$("${LOCAL}/steps/measure-file.sh" "${java}" "${temp}/m1") | ||
set -x | ||
all=$(find "${temp}" -name 'm1.*' -type f -exec basename {} \; | sort) | ||
expected=52 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MoromugHSE looks like a typo. The expected
should be counted from all
@MoromugHSE the test looks good, but it will fail, I believe. We should fix the code, in order for this test to work. |
Well, nothing fails on my local machine now! Seems to be all great. |
Now that is kind of strange. I don't see anything I could've done to destroy those package upgrades... |
Testing jpeek NaNs.
…ail, yet it does.
@MoromugHSE there is an obvious error in the build:
|
Repo update
@MoromugHSE thanks! |
Created (and updated to use current number of available metrics) a test suggested by issue #237.