diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/check.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/check.sh b/scripts/check.sh index b44b31333..4e4940685 100755 --- a/scripts/check.sh +++ b/scripts/check.sh @@ -62,6 +62,8 @@ if [ ! -f ${spl_module} ] || [ ! -f ${splat_module} ]; then die "Source tree must be built, run 'make'" fi +/sbin/modprobe zlib_deflate &>/dev/null + spl_module_params="spl_debug_mask=0xffffffff spl_debug_subsys=0xffffffff" echo "Loading ${spl_module}" /sbin/insmod ${spl_module} ${spl_module_params} || die "Failed to load ${spl_module}" |