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

Fix crashmanager testcase storage. #878

Open
jschwartzentruber opened this issue Jan 27, 2023 · 0 comments
Open

Fix crashmanager testcase storage. #878

jschwartzentruber opened this issue Jan 27, 2023 · 0 comments
Labels
bug crashmanager live-server Issues with fuzzmanager.f.m.o deployment

Comments

@jschwartzentruber
Copy link
Contributor

We have a Django config setting TEST_STORAGE but within that we store testcases under an additional tests/ folder. This is a trouble point for deployment.

The code is here:

storage=FileSystemStorage(location=getattr(settings, "TEST_STORAGE", None)),
upload_to="tests",

It looks to me like views.py will already do the right thing if this is changed to store files directly in TEST_STORAGE.

@jschwartzentruber jschwartzentruber added bug crashmanager live-server Issues with fuzzmanager.f.m.o deployment labels Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug crashmanager live-server Issues with fuzzmanager.f.m.o deployment
Projects
None yet
Development

No branches or pull requests

1 participant