Index: trunk/ippToPsps/test/fulltest.sh
===================================================================
--- trunk/ippToPsps/test/fulltest.sh	(revision 38974)
+++ trunk/ippToPsps/test/fulltest.sh	(revision 38990)
@@ -29,4 +29,6 @@
 set forcedobjqueue = 1
 set forcedobjbatch = 1
+
+set debug = ""
 
 set targ = ($argv)
@@ -89,4 +91,7 @@
     set forcedobjqueue = 0
     set forcedobjbatch = 0
+    breaksw;
+  case -debug
+    set debug = "-debug"
     breaksw;
   default:
@@ -246,5 +251,5 @@
   echo "2000-01-01 00:00:00.0  " >> initbatch.dat # trange_start
   echo "2020-01-01 00:00:00.0  " >> initbatch.dat # trange_end
-  ippjython queue.py -test edit < initbatch.dat
+  ippjython queue.py $debug -test edit < initbatch.dat
   if ($status) exit 1
 
@@ -253,5 +258,5 @@
 
   rm -rf $OUTDIR/IN
-  ippjython loader.py -test initbatch init -simtest < /dev/null
+  ippjython loader.py $debug -test initbatch init -simtest < /dev/null
   if ($status) exit 1
 endif
@@ -296,5 +301,5 @@
   echo "2000-01-01 00:00:00.0 " >> cambatch.dat # trange_start
   echo "2020-01-01 00:00:00.0 " >> cambatch.dat # trange_end
-  ippjython queue.py -test edit -simtest < cambatch.dat
+  ippjython queue.py $debug -test edit -simtest < cambatch.dat
   if ($status) exit 1
 endif
@@ -305,5 +310,5 @@
 
   rm -rf $OUTDIR/P2
-  ippjython loader.py -test $queuename once -simtest < /dev/null
+  ippjython loader.py $debug -test $queuename once -simtest < /dev/null
   if ($status) exit
 endif
@@ -348,5 +353,5 @@
   echo "2000-01-01 00:00:00.0 " >> objectbatch.dat # trange_start
   echo "2020-01-01 00:00:00.0 " >> objectbatch.dat # trange_end
-  ippjython queue.py -test edit once -simtest < objectbatch.dat
+  ippjython queue.py $debug -test edit once -simtest < objectbatch.dat
   if ($status) exit
 endif
@@ -358,5 +363,5 @@
   rm -rf $OUTDIR/OB
 
-  ippjython loader.py -test $objectqueuename once -simtest < /dev/null
+  ippjython loader.py $debug -test $objectqueuename once -simtest < /dev/null
   if ($status) exit
 endif
@@ -401,5 +406,5 @@
   echo "2000-01-01 00:00:00.0 " >> stackbatch.dat # trange_start
   echo "2020-01-01 00:00:00.0 " >> stackbatch.dat # trange_end
-  ippjython queue.py -test edit -simtest < stackbatch.dat
+  ippjython queue.py $debug -test edit -simtest < stackbatch.dat
   if ($status) exit
 endif
@@ -410,5 +415,5 @@
 
   rm -rf $OUTDIR/ST
-  ippjython loader.py -test $stackqueuename once -simtest < /dev/null
+  ippjython loader.py $debug -test $stackqueuename once -simtest < /dev/null
   if ($status) exit
 endif
@@ -453,5 +458,5 @@
   echo "2000-01-01 00:00:00.0 " >> forcebatch.dat # trange_start
   echo "2020-01-01 00:00:00.0 " >> forcebatch.dat # trange_end
-  ippjython queue.py -test edit -simtest < forcebatch.dat
+  ippjython queue.py $debug -test edit -simtest < forcebatch.dat
   if ($status) exit 1
 endif
@@ -462,5 +467,5 @@
 
   rm -rf $OUTDIR/FW
-  ippjython loader.py -test $forcedwarpqueuename once -simtest < /dev/null
+  ippjython loader.py $debug -test $forcedwarpqueuename once -simtest < /dev/null
   if ($status) exit
 endif
@@ -505,5 +510,5 @@
   echo "2000-01-01 00:00:00.0 " >> forcedobjectbatch.dat # trange_start
   echo "2020-01-01 00:00:00.0 " >> forcedobjectbatch.dat # trange_end
-  ippjython queue.py -test edit once -simtest < forcedobjectbatch.dat
+  ippjython queue.py $debug -test edit once -simtest < forcedobjectbatch.dat
   if ($status) exit
 endif
@@ -515,6 +520,6 @@
   rm -rf $OUTDIR/LO
 
-  ippjython loader.py -test $forcedobjqueuename once -simtest < /dev/null
-  if ($status) exit
-endif
-
+  ippjython loader.py $debug -test $forcedobjqueuename once -simtest < /dev/null
+  if ($status) exit
+endif
+
