diff options
author | Brian Behlendorf <[email protected]> | 2009-08-17 21:57:04 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2009-08-17 21:57:04 -0700 |
commit | 49be3a6efa5d4da031ad8c46d38559dbe9a3ec5a (patch) | |
tree | fd67d49dd701c1c25f1549ef15a8d0912605b4b2 /scripts/zpios-test | |
parent | 89d97ddfc9f2036742bbee0b2dcdd7102c0da44f (diff) | |
parent | 18f53f542bc711f0b2eac7954f6ed422cf4e6d9b (diff) |
Merge commit 'refs/top-bases/linux-configure-branch' into linux-configure-branch
Diffstat (limited to 'scripts/zpios-test')
-rwxr-xr-x | scripts/zpios-test/16th-8192rc-4rs-1cs-4off.sh | 2 | ||||
-rwxr-xr-x | scripts/zpios-test/1th-16rc-4rs-1cs-4off.sh | 2 | ||||
-rwxr-xr-x | scripts/zpios-test/1x256th-65536rc-4rs-1cs-4off.sh | 2 | ||||
-rwxr-xr-x | scripts/zpios-test/256th-65536rc-4rs-1cs-4off.sh | 2 | ||||
-rwxr-xr-x | scripts/zpios-test/4th-1024rc-4rs-1cs-4off.sh | 2 | ||||
-rw-r--r-- | scripts/zpios-test/Makefile.am | 1 |
6 files changed, 5 insertions, 6 deletions
diff --git a/scripts/zpios-test/16th-8192rc-4rs-1cs-4off.sh b/scripts/zpios-test/16th-8192rc-4rs-1cs-4off.sh index 7a1d8feac..cbd9c697a 100755 --- a/scripts/zpios-test/16th-8192rc-4rs-1cs-4off.sh +++ b/scripts/zpios-test/16th-8192rc-4rs-1cs-4off.sh @@ -38,7 +38,7 @@ # --verbose -v =increase verbosity # --help -? =this help -ZPIOS_CMD="${CMDDIR}/zpios/zpios \ +ZPIOS_CMD="${ZPIOS} \ --load=dmuio \ --pool=${ZPOOL_NAME} \ --name=${ZPOOL_CONFIG} \ diff --git a/scripts/zpios-test/1th-16rc-4rs-1cs-4off.sh b/scripts/zpios-test/1th-16rc-4rs-1cs-4off.sh index 2a7bf646f..cd3c50b77 100755 --- a/scripts/zpios-test/1th-16rc-4rs-1cs-4off.sh +++ b/scripts/zpios-test/1th-16rc-4rs-1cs-4off.sh @@ -39,7 +39,7 @@ # --help -? =this help -ZPIOS_CMD="${CMDDIR}/zpios/zpios \ +ZPIOS_CMD="${ZPIOS} \ --load=dmuio \ --pool=${ZPOOL_NAME} \ --name=${ZPOOL_CONFIG} \ diff --git a/scripts/zpios-test/1x256th-65536rc-4rs-1cs-4off.sh b/scripts/zpios-test/1x256th-65536rc-4rs-1cs-4off.sh index 51451991d..743e97b64 100755 --- a/scripts/zpios-test/1x256th-65536rc-4rs-1cs-4off.sh +++ b/scripts/zpios-test/1x256th-65536rc-4rs-1cs-4off.sh @@ -38,7 +38,7 @@ # --verbose -v =increase verbosity # --help -? =this help -ZPIOS_CMD="${CMDDIR}/zpios/zpios \ +ZPIOS_CMD="${ZPIOS} \ --load=dmuio \ --pool=${ZPOOL_NAME} \ --name=${ZPOOL_CONFIG} \ diff --git a/scripts/zpios-test/256th-65536rc-4rs-1cs-4off.sh b/scripts/zpios-test/256th-65536rc-4rs-1cs-4off.sh index 34f7ea64e..92a3b77b4 100755 --- a/scripts/zpios-test/256th-65536rc-4rs-1cs-4off.sh +++ b/scripts/zpios-test/256th-65536rc-4rs-1cs-4off.sh @@ -38,7 +38,7 @@ # --verbose -v =increase verbosity # --help -? =this help -ZPIOS_CMD="${CMDDIR}/zpios/zpios \ +ZPIOS_CMD="${ZPIOS} \ --load=dmuio \ --pool=${ZPOOL_NAME} \ --name=${ZPOOL_CONFIG} \ diff --git a/scripts/zpios-test/4th-1024rc-4rs-1cs-4off.sh b/scripts/zpios-test/4th-1024rc-4rs-1cs-4off.sh index 740908a43..0db952cd6 100755 --- a/scripts/zpios-test/4th-1024rc-4rs-1cs-4off.sh +++ b/scripts/zpios-test/4th-1024rc-4rs-1cs-4off.sh @@ -38,7 +38,7 @@ # --verbose -v =increase verbosity # --help -? =this help -ZPIOS_CMD="${CMDDIR}/zpios/zpios \ +ZPIOS_CMD="${ZPIOS} \ --load=dmuio \ --pool=${ZPOOL_NAME} \ --name=${ZPOOL_CONFIG} \ diff --git a/scripts/zpios-test/Makefile.am b/scripts/zpios-test/Makefile.am deleted file mode 100644 index 07cf7ead3..000000000 --- a/scripts/zpios-test/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -EXTRA_DIST = *.sh |