Skip to content

Commit

Permalink
force to show file extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd committed Nov 3, 2023
1 parent 70ee60b commit 99b8c9f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/runTestsuite.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ function run {
$input = "nosetests.xml"
$output = "transformed.xml"

# Show file extensions
Set-ItemProperty -LiteralPath "HKCU:Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" -Name "HideFileExt" -Value "0" -Force
Stop-Process -Name Explorer -Force
Start-Sleep -Seconds 10

#nosetests --all-modules --with-xunit pywinauto/unittests
# --traverse-namespace is required for python 3.8 https://stackoverflow.com/q/58556183
$pyver = [System.Version]::new($env:PYTHON_VERSION)
Expand Down

0 comments on commit 99b8c9f

Please sign in to comment.