Index: trunk/ippTasks/detrend.stack.pro
===================================================================
--- trunk/ippTasks/detrend.stack.pro	(revision 10692)
+++ trunk/ippTasks/detrend.stack.pro	(revision 10723)
@@ -53,5 +53,6 @@
 
   task.exec
-    command dettool -tostacked -simple -limit {$DetrendStackClassFail + 20}
+    # command dettool -tostacked -simple -limit {$DetrendStackClassFail + 20}
+    command dettool -tostacked -simple
   end
 
@@ -83,14 +84,10 @@
   # locked list
   task.exit    default
-    if ($VERBOSE) 
-      echo       "detrend.stack: failure"
-    end
+    showcommand failure
   end
 
   # operation times out?
   task.exit    timeout
-    if ($VERBOSE) 
-      echo       "detrend.stack: timeout"
-    end
+    showcommand timeout
   end
 end
@@ -153,7 +150,5 @@
   # default exit status
   task.exit    default
-    if ($VERBOSE)
-      echo "failure detrend_stack.pl $options:0"
-    end
+    showcommand failure
    queuepush DetrendStackClass -replace -key 1:2:4 "FAIL $options:0"
    $DetrendStackClassFail ++
@@ -162,7 +157,5 @@
   # operation times out?
   task.exit    timeout
-    if ($VERBOSE)
-      echo "failure detrend_stack.pl $options:0"
-    end
+    showcommand timeout
     queuepush DetrendStackClass -replace -key 1:2:4 "TIMEOUT $options:0"
     $DetrendStackClassFail ++
