Changes between Version 1 and Version 2 of Ticket #2471


Ignore:
Timestamp:
2019-07-25T13:00:43Z (5 years ago)
Author:
exarkun
Comment:

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  
    11#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.
    22
    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.
     3Maybe 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.