Skip to content

Commit

Permalink
Mark all tests using harddrive for repositories.
Browse files Browse the repository at this point in the history
We already use this tag for repo-addrepo-hd-tree and repo-addrepo-hd-iso.
  • Loading branch information
rvykydal committed Jun 27, 2024
1 parent 5656f3a commit adddaaf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion harddrive-install-tree-relative.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# SourceSetupError: Nothing useful found for Hard drive ISO source at partition=/dev/sdb directory=/repo/
# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="packaging gh804"
TESTTYPE="packaging harddrive gh804"

. ${KSTESTDIR}/harddrive-install-tree.sh

2 changes: 1 addition & 1 deletion harddrive-install-tree.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# SourceSetupError: Nothing useful found for Hard drive ISO source at partition=/dev/sdb directory=/repo/
# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE=${TESTTYPE:-"packaging gh804"}
TESTTYPE=${TESTTYPE:-"packaging harddrive gh804"}

. ${KSTESTDIR}/functions.sh

Expand Down
2 changes: 1 addition & 1 deletion harddrive-iso-single.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE=${TESTTYPE:-"packaging gh804 gh1213"}
TESTTYPE=${TESTTYPE:-"packaging harddrive gh804 gh1213"}

. ${KSTESTDIR}/functions.sh

Expand Down
2 changes: 1 addition & 1 deletion harddrive-iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE=${TESTTYPE:-"packaging gh804"}
TESTTYPE=${TESTTYPE:-"packaging harddrive gh804"}

. ${KSTESTDIR}/harddrive-install-tree.sh

0 comments on commit adddaaf

Please sign in to comment.