aboutsummaryrefslogtreecommitdiff
path: root/scripts/testing
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/testing')
-rwxr-xr-xscripts/testing/run-test-baremetal.sh1
-rwxr-xr-xscripts/testing/run-test.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/scripts/testing/run-test-baremetal.sh b/scripts/testing/run-test-baremetal.sh
index 3beaefc..b6d1ab1 100755
--- a/scripts/testing/run-test-baremetal.sh
+++ b/scripts/testing/run-test-baremetal.sh
@@ -94,6 +94,7 @@ cleanup_baremetal() {
trap cleanup_baremetal EXIT
# Override VM_IP for validation.sh ssh_cmd function
+# shellcheck disable=SC2034 # consumed by the sourced validation.sh
VM_IP="$TARGET_HOST"
# Initialize logging
diff --git a/scripts/testing/run-test.sh b/scripts/testing/run-test.sh
index 18f4fdf..a02412c 100755
--- a/scripts/testing/run-test.sh
+++ b/scripts/testing/run-test.sh
@@ -84,6 +84,7 @@ ARCHZFS_INBOX="$HOME/code/archzfs/inbox"
ARCHSETUP_VM_CONF="$SCRIPT_DIR/archsetup-vm.conf"
# Set VM_IP for validation.sh backward compatibility
+# shellcheck disable=SC2034 # consumed by the sourced validation.sh
VM_IP="localhost"
# Initialize logging and VM paths