diff options
author | John Wren Kennedy <[email protected]> | 2016-08-08 09:41:07 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-02-15 11:09:33 -0800 |
commit | 2171eb71122933c5fd07a0ec192bb7d6a9e11ace (patch) | |
tree | bea0dd859be14617697d39c67c04bf9d57472bb4 /zfs-script-config.sh.in | |
parent | a454868b0c631bb37e4ffb7a0b7cd672c2ae4c22 (diff) |
OpenZFS 7260 - disable libdiskmgmt in zfstest unless it's required
Authored by: John Wren Kennedy <[email protected]>
Reviewed by: Matthew Ahrens <[email protected]>
Reviewed by: George Wilson <[email protected]>
Reviewed by: Igor Kozhukhov <[email protected]>
Reviewed by: Yuri Pankov <[email protected]>
Approved by: Dan McDonald <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Ported-by: George Melikov <[email protected]>
OpenZFS-issue: https://www.illumos.org/issues/7260
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/447b1e1
Closes #5794
Porting notes:
- The library libdiskmgmt is specific to illumos so these changes
currently have no impact under Linux. This mechanism could be
potentially leveraged in the future.
Diffstat (limited to 'zfs-script-config.sh.in')
-rw-r--r-- | zfs-script-config.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zfs-script-config.sh.in b/zfs-script-config.sh.in index d1ba71d76..663f8346d 100644 --- a/zfs-script-config.sh.in +++ b/zfs-script-config.sh.in @@ -40,6 +40,7 @@ export ZPIOS_SH=${SCRIPTDIR}/zpios.sh export ZPIOS_SURVEY_SH=${SCRIPTDIR}/zpios-survey.sh # Test Suite Specific Commands +export NOINUSE_CHECK=1 export TEST_RUNNER=${TESTSDIR}/test-runner/cmd/test-runner.py export STF_TOOLS=${TESTSDIR}/test-runner export STF_SUITE=${TESTSDIR}/zfs-tests |