From 904f44dc12ad217de9ff8773e82d5a2e8b315966 Mon Sep 17 00:00:00 2001 From: KnugiHK <24708955+KnugiHK@users.noreply.github.com> Date: Wed, 7 May 2025 22:40:28 +0800 Subject: [PATCH] Update test_nuitka_binary.py --- tests/test_nuitka_binary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_nuitka_binary.py b/tests/test_nuitka_binary.py index 45c4a12..0e91930 100644 --- a/tests/test_nuitka_binary.py +++ b/tests/test_nuitka_binary.py @@ -54,7 +54,7 @@ def test_nuitka_binary(): ) print(f"Nuitka compilation output: {compile_result.stdout}") - binary_path = "wtsexporter.exe" + binary_path = "./wtsexporter.exe" assert os.path.exists(binary_path), f"Binary {binary_path} was not created." try: