Skip to content

Commit

Permalink
More UDK CI debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Nov 14, 2023
1 parent 0b87cc1 commit ecf6693
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/udk-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: TEST TODO
timeout-minutes: 1
if: always()
shell: PowerShell
shell: cmd
run: .\tests\UDKTests\UDK-Lite\Binaries\Win64\UDK.com make -useunpublished

- name: Archive UDK build and test logs and artifacts
Expand Down
13 changes: 6 additions & 7 deletions tests/UDKTests/setup_udk_build_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,13 +381,12 @@ def print_udk_processes(event: threading.Event):
async def main():
global UDK_TEST_TIMEOUT

pwsh_path = Path(r"C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe")
print(f"pwsh_path: '{pwsh_path}', exists={pwsh_path.exists()}")

os.putenv(
"COMSPEC",
str(pwsh_path),
)
# pwsh_path = Path(r"C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe")
# print(f"pwsh_path: '{pwsh_path}', exists={pwsh_path.exists()}")
# os.putenv(
# "COMSPEC",
# str(pwsh_path),
# )

ap = argparse.ArgumentParser()
ap.add_argument(
Expand Down

0 comments on commit ecf6693

Please sign in to comment.