diff options
author | Brian Behlendorf <[email protected]> | 2016-03-22 18:08:59 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-03-23 16:12:25 -0700 |
commit | 541a09016d652d92a9a665a3e62d83907b8b9941 (patch) | |
tree | d00f84846739d0690e8662dd716dbfb662f16e48 /zfs-script-config.sh.in | |
parent | 505d9655c9e759a145b4812c654c51c34dbe3425 (diff) |
Add zloop.sh test script
Add Chris Williamson's "new" zloop script so that it may be
intergated with ZoLs automated testing. The original script may
be found in the openzfs-build repository on Github.
Minor modifications were made to the script so it can be run
directly from the ZoL source tree or from installed packages.
Additionally it was updated to use gdb instead of mdb to
extact debugging information from a core dump.
References:
https://github.com/openzfs/openzfs-build/commit/7fb5d8b
https://github.com/openzfs/openzfs-build/blob/master/ansible/roles/openzfs-jenkins-slave/files/usr/local/zloop.sh
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #4441
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 51871b545..37ce37679 100644 --- a/zfs-script-config.sh.in +++ b/zfs-script-config.sh.in @@ -60,6 +60,7 @@ export XATTRTEST=${TESTDIR}/zfs-tests/cmd/xattrtest export INTREE=1 export LDMOD=/sbin/insmod +export GDB="/usr/bin/libtool --mode=execute gdb" export ZED_PIDFILE=@runstatedir@/zed.pid |