Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jon Boone
ansi-test
Commits
ea7bfad9
Commit
ea7bfad9
authored
Dec 02, 2020
by
Daniel Kochmański
Browse files
Options
Browse Files
Download
Plain Diff
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
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
rt.lsp
rt.lsp
+3
-1
No files found.
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