From 644280c8d9e4245f235a5f844809d3fc79ab3155 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Sun, 08 Feb 2026 00:22:16 +0000
Subject: [PATCH] Skip trying to build packages in repos
---
tests/integration_test.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/integration_test.py b/tests/integration_test.py
index 31e2ca0..b5f98cd 100644
--- a/tests/integration_test.py
+++ b/tests/integration_test.py
@@ -65,7 +65,7 @@
env = os.environ.copy()
if self.use_binary:
- binary_path = Path(__file__).parent.parent / "dist" / "archbuild-bin"
+ binary_path = Path(__file__).parent.parent / "dist" / "archrepobuild"
if not binary_path.exists():
raise RuntimeError(f"Binary not found at {binary_path}. Run scripts/build_binary.py first.")
--
Gitblit v1.10.0