diff options
Diffstat (limited to 'scripts/check.sh')
-rwxr-xr-x | scripts/check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check.sh b/scripts/check.sh index 712605547..b44b31333 100755 --- a/scripts/check.sh +++ b/scripts/check.sh @@ -62,7 +62,7 @@ if [ ! -f ${spl_module} ] || [ ! -f ${splat_module} ]; then die "Source tree must be built, run 'make'" fi -spl_module_params="spl_debug_mask=-1 spl_debug_subsys=-1" +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}" |