Index: trunk/ippToPsps/test/fulltest.sh
===================================================================
--- trunk/ippToPsps/test/fulltest.sh	(revision 38990)
+++ trunk/ippToPsps/test/fulltest.sh	(revision 38996)
@@ -30,5 +30,5 @@
 set forcedobjbatch = 1
 
-set debug = ""
+set options = "-test"
 
 set targ = ($argv)
@@ -93,5 +93,8 @@
     breaksw;
   case -debug
-    set debug = "-debug"
+    set options = "$options -debug"
+    breaksw;
+  case -stilts
+    set options = "$options -stilts"
     breaksw;
   default:
@@ -208,5 +211,5 @@
   mysql -h localhost -u dvo -pdvo -e "drop database if exists ipptopsps_test_scratch"
   mysql -h localhost -u dvo -pdvo -e "create database ipptopsps_test_scratch"
-  ippjython setupScratchDb.py -test < /dev/null
+  ippjython setupScratchDb.py $options < /dev/null
   if ($status) exit 1
 endif
@@ -251,5 +254,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 $debug -test edit < initbatch.dat
+  ippjython queue.py $options edit < initbatch.dat
   if ($status) exit 1
 
@@ -258,5 +261,5 @@
 
   rm -rf $OUTDIR/IN
-  ippjython loader.py $debug -test initbatch init -simtest < /dev/null
+  ippjython loader.py $options initbatch init -simtest < /dev/null
   if ($status) exit 1
 endif
@@ -301,5 +304,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 $debug -test edit -simtest < cambatch.dat
+  ippjython queue.py $options edit -simtest < cambatch.dat
   if ($status) exit 1
 endif
@@ -310,5 +313,5 @@
 
   rm -rf $OUTDIR/P2
-  ippjython loader.py $debug -test $queuename once -simtest < /dev/null
+  ippjython loader.py $options $queuename once -simtest < /dev/null
   if ($status) exit
 endif
@@ -353,5 +356,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 $debug -test edit once -simtest < objectbatch.dat
+  ippjython queue.py $options edit once -simtest < objectbatch.dat
   if ($status) exit
 endif
@@ -363,5 +366,5 @@
   rm -rf $OUTDIR/OB
 
-  ippjython loader.py $debug -test $objectqueuename once -simtest < /dev/null
+  ippjython loader.py $options $objectqueuename once -simtest < /dev/null
   if ($status) exit
 endif
@@ -406,5 +409,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 $debug -test edit -simtest < stackbatch.dat
+  ippjython queue.py $options edit -simtest < stackbatch.dat
   if ($status) exit
 endif
@@ -415,5 +418,5 @@
 
   rm -rf $OUTDIR/ST
-  ippjython loader.py $debug -test $stackqueuename once -simtest < /dev/null
+  ippjython loader.py $options $stackqueuename once -simtest < /dev/null
   if ($status) exit
 endif
@@ -458,5 +461,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 $debug -test edit -simtest < forcebatch.dat
+  ippjython queue.py $options edit -simtest < forcebatch.dat
   if ($status) exit 1
 endif
@@ -467,5 +470,5 @@
 
   rm -rf $OUTDIR/FW
-  ippjython loader.py $debug -test $forcedwarpqueuename once -simtest < /dev/null
+  ippjython loader.py $options $forcedwarpqueuename once -simtest < /dev/null
   if ($status) exit
 endif
@@ -510,5 +513,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 $debug -test edit once -simtest < forcedobjectbatch.dat
+  ippjython queue.py $options edit once -simtest < forcedobjectbatch.dat
   if ($status) exit
 endif
@@ -520,6 +523,6 @@
   rm -rf $OUTDIR/LO
 
-  ippjython loader.py $debug -test $forcedobjqueuename once -simtest < /dev/null
-  if ($status) exit
-endif
-
+  ippjython loader.py $options $forcedobjqueuename once -simtest < /dev/null
+  if ($status) exit
+endif
+
