Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @ddriddle @edthedev @mpitcel @tzturner @zdc217
7 changes: 1 addition & 6 deletions tests/robot/test_robot.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
#!/usr/bin/env pwsh
$ErrorActionPreference = "Stop"
ls -r "$(Get-Location)\.tox\wheel\Scripts"
$env:PATH="$(Get-Location)\.tox\wheel\Scripts;$env:PATH"
Write-Output "Path is " + $env:PATH
Get-Command phantom
phantom --help
Write-Output "************* End of Debug for Win Accept Test ***********************"
$env:PATH="$(Get-Location)\.tox\wheel\Scripts;$env:PATH"
robot tests/robot
Loading