Changes between Initial Version and Version 1 of Ticket #2471
- Timestamp:
- 2015-07-21T19:32:57Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2471
- Property Summary changed from add tests/buildslave to exercise bfreeze/"frozen" to add tests/buildslave to exercise bbfreeze/"frozen"
-
Ticket #2471 – Description
initial v1 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 buildslave which creates the frozen executable and then runs the test suite, or at least does a basic smoketest and `--version ` check.3 Maybe a buildslave which creates the frozen executable and then runs the test suite, or at least does a basic smoketest and `--version-and-path` check.