-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
man pages didn't cleaned after crc cleanup #4608
Comments
I will add a step to skip this if the underlying operating system is windows. I'm facing a strange issue with MacOS. It seems there is already another tool with the name _____
NAME
crc - Message digest "crc"
SYNOPSIS
package require Tcl ?8.2?
package require Trf ?2.1.4?
crc ?options...? ?data? Once I manually configure manpath to look into the location where manpages are generated, it works as expected. Maybe we should just verify that man pages are generated the the folder rather than relying on this behavior. |
…rc-org#4608) + Update manpages step in basic scenario to skip execution for windows + Instead of relying of man command output, only verify whether we've generated the man pages files correctly in the directory. Signed-off-by: Rohan Kumar <[email protected]>
…rc-org#4608) + Update manpages step in basic scenario to skip execution for windows + Instead of relying of man command output, only verify whether we've generated the man pages files correctly in the directory. Signed-off-by: Rohan Kumar <[email protected]>
just to mention, man exists on powershell
but do not work for Looks like
So to disable pagination just use:
|
@albfan : At the moment, this feature is not enabled on Windows. GenerateManPages is a NOOP for windows platform: crc/pkg/crc/manpages/manpages_windows.go Lines 10 to 13 in 2499dd2
I had mistakenly added the |
Got it. Looks like we use a go module that creates a markdow which is converted to roff formar platyps is a project that turns markdown into powershell help: https://mikefrobbins.com/2023/11/30/generating-powershell-module-documentation-with-platyps/ maybe an option to consider |
…rc-org#4608) + Update manpages step in basic scenario to skip execution for windows + Instead of relying of man command output, only verify whether we've generated the man pages files correctly in the directory. Signed-off-by: Rohan Kumar <[email protected]>
…rc-org#4608) + Update manpages step in basic scenario to skip execution for windows + Instead of relying of man command output, only verify whether we've generated the man pages files correctly in the directory. Signed-off-by: Rohan Kumar <[email protected]>
…rc-org#4608) + Update manpages step in basic scenario to skip execution for windows + Instead of relying of man command output, only verify whether we've generated the man pages files correctly in the directory. Signed-off-by: Rohan Kumar <[email protected]>
…rc-org#4608) + Update manpages step in basic scenario to skip execution for windows + Instead of relying of man command output, only verify whether we've generated the man pages files correctly in the directory. Signed-off-by: Rohan Kumar <[email protected]>
…rc-org#4608) + Update manpages step in basic scenario to skip execution for windows + Instead of relying of man command output, only verify whether we've generated the man pages files correctly in the directory. Signed-off-by: Rohan Kumar <[email protected]>
Test case
CRC start usecase
failed on windows and darwin-arm64Both platform failed on the second check of
man -P cat crc
. Expecting fail but success.@rohanKanojia mentioned that It shouldn't be running on windows.
The text was updated successfully, but these errors were encountered: