Index: trunk/ippTools/scripts/dettest.sh
===================================================================
--- trunk/ippTools/scripts/dettest.sh	(revision 8735)
+++ trunk/ippTools/scripts/dettest.sh	(revision 8754)
@@ -1,74 +1,52 @@
 #!//bin/sh
+
+set -o verbose
 
 ./p0test.sh || exit 1
 
-echo "./dettool -definebyquery -det_type flat"
 ./dettool -definebyquery -det_type flat || exit 1
-echo "./dettool -raw"
 ./dettool -raw || exit 1
 
 for ID in `seq 0 3` ; do
-    echo "./dettool -addprocessed -det_id 1 -exp_id 10 -class_id $ID -uri file://proc-$ID -recip myrecip -bg 1 -bg_stdev 1 -bg_mean_stdev 1"
     ./dettool -addprocessed -det_id 1 -exp_id 10 -class_id $ID -uri file://proc-$ID -recip myrecip -bg 1 -bg_stdev 1 -bg_mean_stdev 1 || exit 1
 done;
 
 for ID in `seq 0 3` ; do
-    echo "./dettool -addprocessed -det_id 1 -exp_id 10 -class_id $ID -uri file://proc-$ID -recip myrecip -bg 1 -bg_stdev 1 -bg_mean_stdev 1"
     ./dettool -addprocessed -det_id 1 -exp_id 11 -class_id $ID -uri file://proc-$ID -recip myrecip -bg 1 -bg_stdev 1 -bg_mean_stdev 1 || exit 1
 done;
 
-echo "./dettool -tostack"
 ./dettool -tostack || exit 1
 for ID in `seq 0 3` ; do
-    echo "./dettool -addstacked -det_id 1 -uri file://stacked-$ID -class_id $ID -recip myrecipe -bg 1 -bg_stdev 2 -bg_mean_stdev 3 -pleasenormalize"
     ./dettool -addstacked -det_id 1 -uri file://stacked-$ID -class_id $ID -recip myrecipe -bg 1 -bg_stdev 2 -bg_mean_stdev 3 -pleasenormalize || exit 1
 done;
 
-echo "./dettool -tonormalize"
 ./dettool -tonormalize || exit 1
 for ID in `seq 0 3` ; do
-    echo "./dettool -addnormstat -det_id 1 -class_id $ID -norm 0.12345"
     ./dettool -addnormstat -det_id 1 -class_id $ID -norm 0.12345 || exit 1
 done;
 
-echo "./dettool -normstat"
 ./dettool -normstat || exit 1
 for ID in `seq 0 3` ; do
-    echo "./dettool -addnormalizedimfile -det_id 1 -class_id $ID -uri file://normalized-$ID"
     ./dettool -addnormalizedimfile -det_id 1 -class_id $ID -uri file://normalized-$ID || exit 1
 done;
 
-echo "./dettool -toresid"
 ./dettool -toresid || exit 1
 
 for ID in `seq 0 3` ; do
-    echo "./dettool -addresidimfile -det_id 1 -exp_id 10 -class_id $ID -recip myrecip -bg 1 -bg_stdev 1 -bg_mean_stdev 1 -uri file://resid-$ID"
     ./dettool -addresidimfile -det_id 1 -exp_id 10 -class_id $ID -recip myrecip -bg 1 -bg_stdev 1 -bg_mean_stdev 1 -uri file://resid-$ID || exit 1
 done;
 for ID in `seq 0 3` ; do
-    echo "./dettool -addresidimfile -det_id 1 -exp_id 10 -class_id $ID -recip myrecip -bg 1 -bg_stdev 1 -bg_mean_stdev 1 -uri file://resid-$ID"
     ./dettool -addresidimfile -det_id 1 -exp_id 11 -class_id $ID -recip myrecip -bg 1 -bg_stdev 1 -bg_mean_stdev 1 -uri file://resid-$ID || exit 1
 done;
 
-echo "./dettool -toresidexp"
 ./dettool -toresidexp || exit 1
-echo "./dettool -addresidexp -det_id 1 -exp_id 10 -recip myrecipe -bg 1 -bg_stdev 2 -bg_mean_stdev 3 -b1_uri jpeg1 -b2_uri jpeg2"
 ./dettool -addresidexp -det_id 1 -exp_id 10 -recip myrecipe -bg 1 -bg_stdev 2 -bg_mean_stdev 3 -b1_uri jpeg1 -b2_uri jpeg2  || exit 1
-echo "./dettool -addresidexp -det_id 1 -exp_id 11 -recip myrecipe -bg 1 -bg_stdev 2 -bg_mean_stdev 3 -b1_uri jpeg1 -b2_uri jpeg2  -reject"
 ./dettool -addresidexp -det_id 1 -exp_id 11 -recip myrecipe -bg 1 -bg_stdev 2 -bg_mean_stdev 3 -b1_uri jpeg1 -b2_uri jpeg2  -reject || exit 1
 
-echo "./dettool -residdetrun"
 ./dettool -residdetrun || exit 1
-echo "./dettool -residexp" 
 ./dettool -residexp || exit 1
-exit
-echo "./dettool -updateresidexp -det_id 1 -iteration 0 -recip yourrecipe"
 ./dettool -updateresidexp -det_id 1 -iteration 0 -recip yourrecipe || exit 1
-echo "./dettool -updateresidexp -det_id 1 -iteration 0 -exp_id 10 -reject"
 ./dettool -updateresidexp -det_id 1 -iteration 0 -exp_id 10 -reject || exit 1
-echo "./dettool -updateresidexp -det_id 1 -iteration 0 -exp_id 11"
 ./dettool -updateresidexp -det_id 1 -iteration 0 -exp_id 11 || exit 1
-echo "./dettool -residexp"
 ./dettool -residexp || exit 1
-echo "./dettool -updatedetrun -det_id 1 -again"
 ./dettool -updatedetrun -det_id 1 -again || exit 1
Index: trunk/ippTools/scripts/regtest.sh
===================================================================
--- trunk/ippTools/scripts/regtest.sh	(revision 8735)
+++ trunk/ippTools/scripts/regtest.sh	(revision 8754)
@@ -1,3 +1,5 @@
 #!//bin/sh
+
+set -o verbose
 
 inject="./pxinject"
