From a26a00c4710b6d5eab09e8e099670c8ddab5482c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Ferr=C3=A3o?= <2031761+viniciusferrao@users.noreply.github.com> Date: Mon, 31 Aug 2026 21:06:59 -0300 Subject: [PATCH] test(build): stage the source-only helper in the makerpm fixture --- xCAT-test/unit/apache_config_sources.t | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xCAT-test/unit/apache_config_sources.t b/xCAT-test/unit/apache_config_sources.t index 431c8fd71..fec76d526 100644 --- a/xCAT-test/unit/apache_config_sources.t +++ b/xCAT-test/unit/apache_config_sources.t @@ -320,6 +320,9 @@ sub stage_makerpm_fixture { chmod 0755, File::Spec->catfile( $root, 'build-utils', 'sync-xcat-apache-configs' ) or die "Unable to make the Apache configuration helper executable: $!"; + copy( repo_path('build-utils/source-only.sh'), + File::Spec->catfile( $root, 'build-utils', 'source-only.sh' ) ) + or die "Unable to stage the source-only build helper: $!"; write_text( File::Spec->catfile( $root, 'xCAT', 'xcat.conf' ), "canonical apache22\n" ); write_text( File::Spec->catfile( $root, 'xCAT', 'xcat.conf.apach24' ),