Add FreeBSD core handling in zloop.sh

And use the correct path to libtool and ztest.

Reviewed-By: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ryan Moeller <ryan@ixsystems.com>
Closes #9790
This commit is contained in:
Ryan Moeller
2020-01-02 16:48:06 -05:00
committed by Brian Behlendorf
parent 82e996c261
commit 54007c791f
2 changed files with 30 additions and 14 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ define EXTRA_ENVIRONMENT
# Only required for in-tree use
export INTREE="yes"
export GDB="/usr/bin/libtool --mode=execute gdb"
export GDB="libtool --mode=execute gdb"
export LDMOD=/sbin/insmod
export CMD_DIR=@abs_top_builddir@/cmd