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

Instructions to run tests from the command line #758

Merged
merged 2 commits into from
Nov 1, 2023

Conversation

glennj
Copy link
Contributor

@glennj glennj commented Oct 27, 2023

docs/TESTS.md Outdated Show resolved Hide resolved
docs/TESTS.md Outdated Show resolved Hide resolved
CL -> Common Lisp
@glennj
Copy link
Contributor Author

glennj commented Oct 29, 2023

Ooh:

$ ros run -l hello-world-test.lisp  -e '(hello-world-test:run-tests)' -q
To load "fiveam":
  Load 1 ASDF system:
    fiveam
; Loading "fiveam"


Running test suite HELLO-WORLD-SUITE
 Running test SAY-HI! .
 Did 1 check.
    Pass: 1 (100%)
    Skip: 0 ( 0%)
    Fail: 0 ( 0%)

$

Doesn't allow setting the exit status on failure, which seems to be implementation-specific.

@verdammelt
Copy link
Member

verdammelt commented Oct 29, 2023 via email

@glennj
Copy link
Contributor Author

glennj commented Oct 29, 2023

Does it give a non-zero exit code on failure?

Moving roswell discussion to #759

@glennj
Copy link
Contributor Author

glennj commented Oct 30, 2023

If you're waiting for me to merge, I don't have privs on this repo. Please merge whenever you're ready.

@verdammelt verdammelt merged commit 8493ca2 into exercism:main Nov 1, 2023
3 checks passed
@glennj glennj deleted the cli-test-doc branch November 2, 2023 01:56
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.

2 participants