Skip to content

TSERV-782 Print Report to Console#17

Merged
bsubba merged 7 commits intomasterfrom
TSERV-782-print-report-console
Sep 4, 2020
Merged

TSERV-782 Print Report to Console#17
bsubba merged 7 commits intomasterfrom
TSERV-782-print-report-console

Conversation

@bsubba
Copy link
Contributor

@bsubba bsubba commented Aug 27, 2020

No description provided.

if (config.showProgress)
util.output('');
util.output("Result: " + status);
if (options.printReport) {
Copy link
Contributor

@lootic lootic Aug 31, 2020

Choose a reason for hiding this comment

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

Is this running another call to the server? I think you get the report as the response text when running none-async.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh yes this is another call to server.You are right, response can be used as the report. 👍

Copy link

@brahmdev brahmdev left a comment

Choose a reason for hiding this comment

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

looks good to me.

} else {
}

if (('printReport' in options) && options.async) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice!

@bsubba bsubba merged commit e9eaf7c into master Sep 4, 2020
@bsubba bsubba deleted the TSERV-782-print-report-console branch February 2, 2021 08:16
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.

4 participants