From eb120910415d40dd76bff7efe59927248d9125d1 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 29 Jan 2026 08:48:09 -0600 Subject: fix(test): use local repo for archsetup instead of remote Set ARCHSETUP_REPO=/tmp/archsetup-test in VM config so archsetup uses the bundled test repo instead of cloning from remote server. This ensures tests use the current local changes. Co-Authored-By: Claude Opus 4.5 --- scripts/testing/archsetup-vm.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/testing/archsetup-vm.conf') diff --git a/scripts/testing/archsetup-vm.conf b/scripts/testing/archsetup-vm.conf index 4117278..12350a7 100644 --- a/scripts/testing/archsetup-vm.conf +++ b/scripts/testing/archsetup-vm.conf @@ -3,6 +3,9 @@ # # Usage: ./archsetup --config-file /tmp/archsetup-test/archsetup-vm.conf +# Use local test copy instead of cloning from remote +ARCHSETUP_REPO=/tmp/archsetup-test + USERNAME=cjennings PASSWORD=archsetup LOCALE=en_US.UTF-8 -- cgit v1.2.3