-
-
Notifications
You must be signed in to change notification settings - Fork 4
Issue #27 Fix: Test runner : duplicate lines in error output #28
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
base: main
Are you sure you want to change the base?
Conversation
Fix for issue exercism#27 that outputs duplicate lines in error output line exercism#56 command the prints the statement (;p) is removed
|
Hey @ErikSchierboom, I have made the changes for fix. Kindly review and let me know if it is fine. |
|
@GANES1998 The tests are now broken. Could you update the outdated |
Added comments
|
Sure I'll update those |
|
@GANES1998 An easy way to do that is to run |
|
@GANES1998 There are three more failing tests I believe. |
Test case expected results in tests/example*/*.json are updated.
|
@GANES1998 It looks like there are some newlines missing. You should see the errors too when running |
|
Sure sorry @ErikSchierboom, Got it will make changes and test. |
|
@GANES1998 The CI is red. Are you still working on this? |
|
Yes, Can you please guide me, what tests are failing and why.
…On Thu, Oct 14, 2021 at 10:51 AM Erik Schierboom ***@***.***> wrote:
@GANES1998 <https://github.com/GANES1998> The CI is red. Are you still
working on this?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFHWQWCNX42U3RTDZ24NFJTUGZSGBANCNFSM5FQ66AZA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
|
@GANES1998 You can find the CI output here: https://github.com/exercism/clojurescript-test-runner/pull/28/checks?check_run_id=3838757994 Looking at that output, it appears that there are some missing new lines at the end of files and one message that invalid. You should be able to check this via |
|
Sorry, Thanks for bearing with me @ErikSchierboom, I get the following while trying to run run-test-in-docker .sh Can you please help me with this, |
1 similar comment
|
Sorry, Thanks for bearing with me @ErikSchierboom, I get the following while trying to run run-test-in-docker .sh Can you please help me with this, |
|
@GANES1998 I think you have to do |

Fix for issue #27 that outputs duplicate lines in error output
line #56 command the prints the statement (;p) is removed