~ubuntu-branches/ubuntu/trusty/grub2/trusty

« back to all changes in this revision

Viewing changes to tests/zfs_test.in

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2014-01-16 15:18:04 UTC
  • mfrom: (17.6.38 experimental)
  • Revision ID: package-import@ubuntu.com-20140116151804-3foouk7fpqcq3sxx
Tags: 2.02~beta2-2
* Convert patch handling to git-dpm.
* Add bi-endian support to ELF parser (Tomohiro B Berry).
* Adjust restore_mkdevicemap.patch to mark get_kfreebsd_version as static,
  to appease "gcc -Werror=missing-prototypes".
* Cherry-pick from upstream:
  - Change grub-macbless' manual page section to 8.
* Install grub-glue-efi, grub-macbless, grub-render-label, and
  grub-syslinux2cfg.
* grub-shell: Pass -no-pad to xorriso when building floppy images.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
set -e
 
4
 
 
5
if [ "x$EUID" = "x" ] ; then
 
6
  EUID=`id -u`
 
7
fi
 
8
 
 
9
if [ "$EUID" != 0 ] ; then
 
10
   exit 77
 
11
fi
 
12
 
 
13
if ! which zpool >/dev/null 2>&1; then
 
14
   echo "zpool not installed; cannot test zfs."
 
15
   exit 77
 
16
fi
 
17
 
 
18
"@builddir@/grub-fs-tester" zfs
 
19
"@builddir@/grub-fs-tester" zfs_lzjb
 
20
"@builddir@/grub-fs-tester" zfs_gzip
 
21
"@builddir@/grub-fs-tester" zfs_zle
 
22
"@builddir@/grub-fs-tester" zfs_raidz3
 
23
"@builddir@/grub-fs-tester" zfs_raidz2
 
24
"@builddir@/grub-fs-tester" zfs_raidz
 
25
"@builddir@/grub-fs-tester" zfs_mirror
 
26
"@builddir@/grub-fs-tester" zfs_stripe
 
27
"@builddir@/grub-fs-tester" zfs_caseins