-
Notifications
You must be signed in to change notification settings - Fork 22
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
Console output #136
Comments
This should be fixed by #131, which will be included in Beta 4. You can now use |
Hello,
Do you know when the Beta 4 will be available for download, so that we can validate the enhancement ?
Regards.
Marc
De : Romain Deltour <[email protected]<mailto:[email protected]>>
Répondre à : daisy/ace <[email protected]<mailto:[email protected]>>
Date : samedi 23 décembre 2017 à 19:34
À : daisy/ace <[email protected]<mailto:[email protected]>>
Cc : STUTZMANN MARC <[email protected]<mailto:[email protected]>>, Author <[email protected]<mailto:[email protected]>>
Objet : Re: [daisy/ace] Console output (#136)
This should be fixed by #131<#131>, which will be included in Beta 4. You can now use -s (silent = no logging) and the output will consist of the JSON report only, so you can even strip the findstr step.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#136 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AUMXZ6MQEAPh8blkeHYPB_2UzEaOMsrAks5tDUejgaJpZM4RLGom>.
|
Hello,
If we redirect the result of the console to a log file we get at the end after the last }
[32minfo[39m: Done.
Is-it possible to avoid it ?
Regards
Marc
De : Romain Deltour <[email protected]<mailto:[email protected]>>
Répondre à : daisy/ace <[email protected]<mailto:[email protected]>>
Date : samedi 23 décembre 2017 à 19:34
À : daisy/ace <[email protected]<mailto:[email protected]>>
Cc : STUTZMANN MARC <[email protected]<mailto:[email protected]>>, Author <[email protected]<mailto:[email protected]>>
Objet : Re: [daisy/ace] Console output (#136)
This should be fixed by #131<#131>, which will be included in Beta 4. You can now use -s (silent = no logging) and the output will consist of the JSON report only, so you can even strip the findstr step.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#136 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AUMXZ6MQEAPh8blkeHYPB_2UzEaOMsrAks5tDUejgaJpZM4RLGom>.
|
It's available already, but in a prerelease channel. You can install with
`npm -i g @daisy/ace@next`.
Let me know if you have any issue!
Le 28 déc. 2017 10:46 AM, "MSTUTZMANN" <[email protected]> a écrit :
… Hello,
Do you know when the Beta 4 will be available for download, so that we can
validate the enhancement ?
Regards.
Marc
De : Romain Deltour ***@***.******@***.***
com>>
Répondre à : daisy/ace ***@***.***<mailto:
***@***.***>>
Date : samedi 23 décembre 2017 à 19:34
À : daisy/ace ***@***.******@***.***>>
Cc : STUTZMANN MARC ***@***.***<mailto:
***@***.***>>, Author ***@***.***<mailto:
***@***.***>>
Objet : Re: [daisy/ace] Console output (#136)
This should be fixed by #131<#131>,
which will be included in Beta 4. You can now use -s (silent = no logging)
and the output will consist of the JSON report only, so you can even strip
the findstr step.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<https://github.com/
daisy/ace#136#issuecomment-353741383>, or mute the thread<
https://github.com/notifications/unsubscribe-auth/AUMXZ6MQEAPh8blkeHYPB_
2UzEaOMsrAks5tDUejgaJpZM4RLGom>.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#136 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAfyuTXuRnvTCoqEWyYjhZqP8U7u_PKGks5tE2NlgaJpZM4RLGom>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like to be able to get the json report directly from the output made on the console like this
call "D:\logiciels\ace\npm\ace.cmd" "%1" | findstr /V /I /R ^info >> path2json
Could you avoid addin info: in front of the first { of the json file (see screenshot below)
The text was updated successfully, but these errors were encountered: