Skip to content

fix non Windows compatible date formatting to fix powershell install script#245

Open
NejcS wants to merge 1 commit into
mainfrom
fix/e2e-test-windows-install
Open

fix non Windows compatible date formatting to fix powershell install script#245
NejcS wants to merge 1 commit into
mainfrom
fix/e2e-test-windows-install

Conversation

@NejcS

@NejcS NejcS commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

This fixes the windows install script which was caught broken by the E2E tests.

One of the recent changes to the bash/powershell install scripts was that they now execute codeplain --status to check if the installation was successful. That worked fine in bash but not on windows since the cli_output/status.py used a %-d date format which is invalid on Windows and that caused an error.

This caused a downstream error in the powershell install script but I suspect that the codeplain CLI tool was functional regardless of the failing script since the error happens post install.

@NejcS NejcS requested a review from hisenb3rg July 14, 2026 07:41
Comment thread install/bash/install.sh

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change in this script does not fix the root problem. These changes are here just to surface any errors that happen when codeplain --status is executed by the scripts. Right now, the output was not shown.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant