diff options
| author | Richard W.M. Jones <rjones@redhat.com> | 2012-07-19 11:16:35 +0100 |
|---|---|---|
| committer | Richard W.M. Jones <rjones@redhat.com> | 2012-07-19 11:22:40 +0100 |
| commit | fc86db3b3bcd884ee37cef79e22b0324df9fcae6 (patch) | |
| tree | 2f7084543a63d2f06fd2e38914703e8cd434696b /sysprep | |
| parent | 1b94ea204d3ce9b8a114b805d2781ab0f4628d94 (diff) | |
| download | libguestfs-fc86db3b3bcd884ee37cef79e22b0324df9fcae6.tar.gz libguestfs-fc86db3b3bcd884ee37cef79e22b0324df9fcae6.tar.xz libguestfs-fc86db3b3bcd884ee37cef79e22b0324df9fcae6.zip | |
build: Return 77 from skipped tests.
Diffstat (limited to 'sysprep')
| -rwxr-xr-x | sysprep/test-virt-sysprep-script.sh | 4 |
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. |
