Skip to content
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.

Tests cant be run by more than one person #46

Open
alexmc6 opened this issue Sep 12, 2013 · 1 comment
Open

Tests cant be run by more than one person #46

alexmc6 opened this issue Sep 12, 2013 · 1 comment

Comments

@alexmc6
Copy link

alexmc6 commented Sep 12, 2013

The tests create files like

/tmp/sfcmt/.foo.crc

These are owned by the first person to do the tests, so might not be created or manipulated by the second person to run the tests.

Suggested change, write to

/tmp/[username]/sfcmt/.foo.crc

(I suppose I should create a patch for something so trivial)

@jnioche
Copy link
Member

jnioche commented Sep 13, 2013

Hi Alex

yes please create a patch if you can. Not clear which test creates this output but it could be a case of the main file being deleted but not the corresponding .crc, in which case there should be an option for avoiding the generation of the .crc in the first place

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants