diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-29 08:48:09 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-29 08:48:09 -0600 |
| commit | a3bf561c67bc155e3276395ad4276dc268e61370 (patch) | |
| tree | de349174571bf45ba1439c98366c8702311a1ce2 | |
| parent | a61c6725e98bcc599f4dac2db4ffab616475f800 (diff) | |
| download | archsetup-a3bf561c67bc155e3276395ad4276dc268e61370.tar.gz archsetup-a3bf561c67bc155e3276395ad4276dc268e61370.zip | |
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 <noreply@anthropic.com>
| -rw-r--r-- | scripts/testing/archsetup-vm.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
