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

Convert filet to support parallel execution #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jovandeginste
Copy link

We create a new list of files per TestReporter. This needed a map, and
thus some helper functions to help with locking around the map.

This however changes the way you can access the Files array. You now
need to access it through the map key (see the README changes)

Fixed #5

Signed-off-by: Jo Vandeginste Jo.Vandeginste@kuleuven.be

We create a new list of files per TestReporter. This needed a map, and
thus some helper functions to help with locking around the map.

This however changes the way you can access the `Files` array. You now
need to access it through the map key (see the README changes)

Fixes Flaque#5

Signed-off-by: Jo Vandeginste <Jo.Vandeginste@kuleuven.be>
@jakesylvestre
Copy link

This would be awesome!

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.

Fails at parallel cleanup
2 participants