Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ansi-test
ansi-test
Commits
ea7bfad9
Commit
ea7bfad9
authored
Dec 02, 2020
by
Daniel Kochmański
Browse files
Merge branch 'clear-unexpected-results' into 'master'
Clear unexpected failures and successes See merge request
!42
parents
cf091f95
0a7fe22d
Changes
1
Hide whitespace changes
Inline
Side-by-side
rt.lsp
View file @
ea7bfad9
...
...
@@ -343,7 +343,9 @@
((:catch-errors *catch-errors*) *catch-errors*)
((:compile *compile-tests*) *compile-tests*))
(setq *failed-tests* nil
*passed-tests* nil)
*passed-tests* nil
*unexpected-failures* nil
*unexpected-successes nil)
(dolist (entry (cdr *entries*))
(setf (pend entry) t))
(if (streamp out)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment