[Pkg-libvirt-commits] [libguestfs] 11/266: tests: regressions: Skip test on aarch64 which also does not support IDE.
Hilko Bengen
bengen at moszumanska.debian.org
Fri Oct 3 14:41:31 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag debian/1%1.27.35-1
in repository libguestfs.
commit 2d01e06fc9983a3981062d96252dc6b4e3a5f326
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Tue Jul 15 17:55:18 2014 +0000
tests: regressions: Skip test on aarch64 which also does not support IDE.
---
tests/regressions/rhbz690819.sh | 2 +-
tests/regressions/rhbz975797.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/regressions/rhbz690819.sh b/tests/regressions/rhbz690819.sh
index ccf30a8..5b29813 100755
--- a/tests/regressions/rhbz690819.sh
+++ b/tests/regressions/rhbz690819.sh
@@ -29,7 +29,7 @@ if [ -n "$SKIP_TEST_RHBZ690819_SH" ]; then
fi
arch="$(uname -m)"
-if [[ "$arch" =~ ^arm ]]; then
+if [[ "$arch" =~ ^arm || "$arch" = "aarch64" ]]; then
echo "$0: test skipped because ARM does not support 'ide' interface."
exit 77
fi
diff --git a/tests/regressions/rhbz975797.sh b/tests/regressions/rhbz975797.sh
index cb573c0..cc66438 100755
--- a/tests/regressions/rhbz975797.sh
+++ b/tests/regressions/rhbz975797.sh
@@ -29,7 +29,7 @@ if [ -n "$SKIP_TEST_RHBZ690819_SH" ]; then
fi
arch="$(uname -m)"
-if [[ "$arch" =~ ^arm ]]; then
+if [[ "$arch" =~ ^arm || "$arch" = "aarch64" ]]; then
echo "$0: test skipped because ARM does not support 'ide' interface."
exit 77
fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list