The Wayback Machine - https://web.archive.org/web/20201110083736/https://github.com/github/codeql-cli-binaries/issues/31
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

Print test output to stdout with `codeql test run` #31

Closed
aschackmull opened this issue May 12, 2020 · 2 comments
Closed

Print test output to stdout with `codeql test run` #31

aschackmull opened this issue May 12, 2020 · 2 comments
Assignees
Labels

Comments

@aschackmull
Copy link

@aschackmull aschackmull commented May 12, 2020

It would be nice if codeql test run could output the result of the test on stdout (in particular when there's no .expected file).

@hmakholm
Copy link
Contributor

@hmakholm hmakholm commented May 29, 2020

https://git.semmle.com/Semmle/code/pull/37037 should do it (in the shape of a diff from the empty string, that is, with + characters prepended) when there is no .expected file.

@hmakholm
Copy link
Contributor

@hmakholm hmakholm commented Jun 3, 2020

The above PR is now merged.

@hmakholm hmakholm closed this Jun 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.