Closed Bug 1035556 Opened 10 years ago Closed 10 years ago

IOError: [Errno 2] No such file or directory: report.css

Categories

(Firefox OS Graveyard :: Certification Suite, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jgriffin, Unassigned)

References

Details

When running the cert suite via run.sh, the following error occurs at the end of the run:

    with open(os.path.join(here, "report.css")) as f:
IOError: [Errno 2] No such file or directory: '/home/jgriffin/fxos-certsuite/certsuite_venv/local/lib/python2.7/site-packages/fxos_certsuite-1.3.0.9-py2.7.egg/certsuite/report/report.css'

We need to update setup.py to force it to package non-Python files, something like http://mxr.mozilla.org/mozilla-central/source/testing/marionette/client/setup.py#22
Oh, dammit I renamed the file and forgot to change the manifest file. I also pushed a fix before I noticed that you had one in the bug.
Which maybe you need to uplift. I wasn't thinking very clearly about this, apparently.
Thanks!
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.