test suite passing

This commit is contained in:
Joey Hess 2020-06-18 13:55:32 -04:00
parent d5451afc8f
commit 22ac56fece
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 11 additions and 0 deletions

View file

@ -54,3 +54,5 @@ git annex is 8.20200522+git142-g9102d3172-1~ndall and .deb available within the
details of the setup are [in that PR](https://github.com/datalad/datalad-extensions/pull/15/files#diff-8364c688b76bfaf5df947cfd4d74eef7R76)
PS determining the boundaries and names of the tests git annex had ran is a tricky business on its own -- I wondered if tests output formatting and annotation could have been improved as well. E.g. unlikely there is a point to print all output if test passes. With `nose` in Python / datalad we get a summary of all failed tests (and what was output when they were ran) at the end of the full sweep. That helps to avoid needing to search the entire long list
> [[done]] --[[Joey]]

View file

@ -0,0 +1,9 @@
[[!comment format=mdwn
username="joey"
subject="""comment 12"""
date="2020-06-18T17:04:50Z"
content="""
I've fixed the deadlock.
Test suite succeeds on vfat.
"""]]