$t = q{Customcode exception handler was added for sync exabc};
like ($res, qr{Added customcode "email_exception"}, $t);
-$res = $bct->ctl('update customcode email_exception status=inactive');
-diag Dumper $res;
-exit;
-
+# $res = $bct->ctl('update customcode email_exception status=inactive');
+# diag Dumper $res;
+# exit;
## Reload the sync and verify the exception handler allows the sync to continue
$bct->ctl('bucardo reload exabc');
}
## Test disabling the customcode
-$bct->ctl('update customcode email_exception status=inactive');
-
+like $bct->ctl('update customcode email_exception status=inactive'),
+ qr/\QChanged customcode email_exception status from 'active' to 'inactive'/,
+ 'Change email_exception status to "inactive"';
## Test goat-level customcode