diff options
author | Giuseppe Di Natale <[email protected]> | 2016-10-04 15:13:42 -0700 |
---|---|---|
committer | Giuseppe Di Natale <[email protected]> | 2016-10-06 13:11:57 -0700 |
commit | 70c7714dca90d01b83a29d15c67e65ff93d034d4 (patch) | |
tree | 3167d9837ad0e9b9845c0e4f9817f39eb91f940e /zfs-script-config.sh.in | |
parent | 46bb91e19307982c2dc829e0d88b012c5f571b8c (diff) |
Introduce tests for python scripts
Implement tests to ensure that python scripts
that are distributed with ZFS continue to at
minimum run without errors. This will help prevent
accidental breaking of these scripts.
Signed-off-by: Giuseppe Di Natale <[email protected]>
Diffstat (limited to 'zfs-script-config.sh.in')
-rw-r--r-- | zfs-script-config.sh.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/zfs-script-config.sh.in b/zfs-script-config.sh.in index 594958fa0..d1ba71d76 100644 --- a/zfs-script-config.sh.in +++ b/zfs-script-config.sh.in @@ -29,6 +29,9 @@ export ZPOOL=${CMDDIR}/zpool/zpool export ZTEST=${CMDDIR}/ztest/ztest export ZPIOS=${CMDDIR}/zpios/zpios export RAIDZ_TEST=${CMDDIR}/raidz_test/raidz_test +export ARC_SUMMARY=${CMDDIR}/arc_summary/arc_summary.py +export ARCSTAT=${CMDDIR}/arcstat/arcstat.py +export DBUFSTAT=${CMDDIR}/dbufstat/dbufstat.py export COMMON_SH=${SCRIPTDIR}/common.sh export ZFS_SH=${SCRIPTDIR}/zfs.sh |