Index: /trunk/ippScripts/scripts/ipp_serial_diff.pl
===================================================================
--- /trunk/ippScripts/scripts/ipp_serial_diff.pl	(revision 15457)
+++ /trunk/ippScripts/scripts/ipp_serial_diff.pl	(revision 15458)
@@ -77,5 +77,5 @@
 	my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
 	    run( command => $command, verbose => 1 );
-	die "Unable to do difference for $diff_id: $error_code\n" if not $success;
+###	die "Unable to do difference for $diff_id: $error_code\n" if not $success;
     }
 }
Index: /trunk/ippScripts/scripts/ipp_serial_stack.pl
===================================================================
--- /trunk/ippScripts/scripts/ipp_serial_stack.pl	(revision 15457)
+++ /trunk/ippScripts/scripts/ipp_serial_stack.pl	(revision 15458)
@@ -80,5 +80,5 @@
 	my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
 	    run( command => $command, verbose => 1 );
-	die "Unable to do stack for $stack_id: $error_code\n" if not $success;
+###	die "Unable to do stack for $stack_id: $error_code\n" if not $success;
     }
 }
