summaryrefslogtreecommitdiffstats
path: root/sysprep
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-07-19 11:16:35 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-07-19 11:22:40 +0100
commitfc86db3b3bcd884ee37cef79e22b0324df9fcae6 (patch)
tree2f7084543a63d2f06fd2e38914703e8cd434696b /sysprep
parent1b94ea204d3ce9b8a114b805d2781ab0f4628d94 (diff)
downloadlibguestfs-fc86db3b3bcd884ee37cef79e22b0324df9fcae6.tar.gz
libguestfs-fc86db3b3bcd884ee37cef79e22b0324df9fcae6.tar.xz
libguestfs-fc86db3b3bcd884ee37cef79e22b0324df9fcae6.zip
build: Return 77 from skipped tests.
Diffstat (limited to 'sysprep')
-rwxr-xr-xsysprep/test-virt-sysprep-script.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysprep/test-virt-sysprep-script.sh b/sysprep/test-virt-sysprep-script.sh
index 09c42aff..98ecb966 100755
--- a/sysprep/test-virt-sysprep-script.sh
+++ b/sysprep/test-virt-sysprep-script.sh
@@ -22,12 +22,12 @@ set -e
if [ -n "$SKIP_TEST_VIRT_SYSPREP_SCRIPT_SH" ]; then
echo "$0: test skipped because environment variable is set."
- exit 0
+ exit 77
fi
if [ ! -w /dev/fuse ]; then
echo "$0: SKIPPING test, because there is no /dev/fuse."
- exit 0
+ exit 77
fi
# Check that multiple scripts can run.