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

check-exercises: Move echo before test-exercise #447

Merged
merged 1 commit into from
Mar 5, 2018
Merged

check-exercises: Move echo before test-exercise #447

merged 1 commit into from
Mar 5, 2018

Conversation

petertseng
Copy link
Member

Notice that below test-exercise there is a check of $?. This means
nothing should come after text-exercise.

If we fail to do this, warnings will never cause the build to fail (as
we would like them to), because the $? is examining the exit code of
echo.

We need to move the echo (progress dot) that we added in
#446
a3a7b16

Notice that below `test-exercise` there is a check of `$?`. This means
nothing should come after `text-exercise`.

If we fail to do this, warnings will never cause the build to fail (as
we would like them to), because the `$?` is examining the exit code of
`echo`.

We need to move the `echo` (progress dot) that we added in
#446
a3a7b16
Copy link
Member

@coriolinus coriolinus left a comment

Choose a reason for hiding this comment

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

Oops, should have spotted that the first time. Good catch!

@petertseng petertseng merged commit ac8f5c6 into exercism:master Mar 5, 2018
@petertseng petertseng deleted the progress-dot branch March 5, 2018 10:26
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.

3 participants