Changes between Version 1 and Version 2 of Ticket #2471
- Timestamp:
- 2019-07-25T13:00:43Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2471
- Property Summary changed from add tests/buildslave to exercise bbfreeze/"frozen" to add tests on CI to exercise bbfreeze/"frozen"
-
Ticket #2471 – Description
v1 v2 1 1 #585 added support for "bbfreeze"-generated single-file executables. I don't know if this still works: there is code (in `__init__.py`, at least) to detect the presence of `sys.frozen`, which occurs if you're inside a bbfreeze binary, but I don't think we have anything which tests this. 2 2 3 Maybe a buildslavewhich creates the frozen executable and then runs the test suite, or at least does a basic smoketest and `--version-and-path` check.3 Maybe a CI job which creates the frozen executable and then runs the test suite, or at least does a basic smoketest and `--version-and-path` check.