The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/openzfs/scripts/common.sh.in

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 #!/bin/sh
    2 
    3 # Directories
    4 export BIN_DIR=
    5 export SBIN_DIR=
    6 export LIBEXEC_DIR=
    7 export ZTS_DIR=
    8 export SCRIPT_DIR=
    9 
   10 # General commands
   11 export ZDB="${ZDB:-$SBIN_DIR/zdb}"
   12 export ZFS="${ZFS:-$SBIN_DIR/zfs}"
   13 export ZPOOL="${ZPOOL:-$SBIN_DIR/zpool}"
   14 export ZTEST="${ZTEST:-$SBIN_DIR/ztest}"
   15 export ZFS_SH="${ZFS_SH:-$SCRIPT_DIR/zfs.sh}"
   16 
   17 # Test Suite
   18 export RUNFILE_DIR="${RUNFILE_DIR:-$ZTS_DIR/runfiles}"
   19 export TEST_RUNNER="${TEST_RUNNER:-$ZTS_DIR/test-runner/bin/test-runner.py}"
   20 export ZTS_REPORT="${ZTS_REPORT:-$ZTS_DIR/test-runner/bin/zts-report.py}"
   21 export STF_TOOLS="${STF_TOOLS:-$ZTS_DIR/test-runner}"
   22 export STF_SUITE="${STF_SUITE:-$ZTS_DIR/zfs-tests}"

Cache object: aec5c9e2c7e1dcd9fd8263bb8b6be583


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.